mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 11:01:36 +08:00
Fixed backwards slider-validated values.
This commit is contained in:
parent
2f3a572ff6
commit
5570e2b5d0
@ -139,8 +139,8 @@ public class SkeletonRendererInspector : Editor {
|
||||
new GUIContent("Immutable Triangles", "Enable to optimize rendering for skeletons that never change attachment visbility"));
|
||||
EditorGUILayout.Space();
|
||||
|
||||
const float MinZSpacing = 0f;
|
||||
const float MaxZSpacing = 0.1f;
|
||||
const float MinZSpacing = -0.1f;
|
||||
const float MaxZSpacing = 0f;
|
||||
EditorGUILayout.Slider(zSpacing, MinZSpacing, MaxZSpacing);
|
||||
|
||||
EditorGUILayout.PropertyField(normals);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user