|
@@ -73,5 +73,6 @@ public class SkeletonAnimationInspector : SkeletonRendererInspector {
|
|
|
|
|
|
EditorGUILayout.PropertyField(loop);
|
|
EditorGUILayout.PropertyField(loop);
|
|
EditorGUILayout.PropertyField(timeScale);
|
|
EditorGUILayout.PropertyField(timeScale);
|
|
|
|
+ component.timeScale = Math.Max(component.timeScale, 0);
|
|
}
|
|
}
|
|
}
|
|
}
|