mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-11-12 09:35:55 +08:00
fix
This commit is contained in:
parent
04453e4d78
commit
7dc80baf05
@ -58,7 +58,7 @@ namespace DCFApixels.DebugXCore.Internal
|
||||
|
||||
DebugX.GlobalGreaterPassAlpha = EditorGUILayout.FloatField("GreaterPassAlpha", DebugX.GlobalGreaterPassAlpha);
|
||||
EditorGUI.BeginChangeCheck();
|
||||
tmpValue = EditorGUILayout.Slider(DebugX.GlobalGreaterPassAlpha, 0, 2);
|
||||
tmpValue = EditorGUILayout.Slider(DebugX.GlobalGreaterPassAlpha, 0, 1);
|
||||
if (EditorGUI.EndChangeCheck())
|
||||
{
|
||||
DebugX.GlobalGreaterPassAlpha = tmpValue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user