diff --git a/Assets/Scripts/TimeScaleController.cs b/Assets/Scripts/TimeScaleController.cs index 95a26458..d2afdbe3 100644 --- a/Assets/Scripts/TimeScaleController.cs +++ b/Assets/Scripts/TimeScaleController.cs @@ -9,7 +9,6 @@ public class TimeScaleController : MonoBehaviour public float animSpeed = 1.0f; -#if UNITY_EDITOR private void Update() { Time.timeScale = animSpeed; @@ -30,5 +29,5 @@ public class TimeScaleController : MonoBehaviour animSpeed = 0; } } -#endif + }