diff --git a/Platformer/Assets/Scripts/Raycast/PlatformController.cs b/Platformer/Assets/Scripts/Raycast/PlatformController.cs index 35e5777..91d6e13 100644 --- a/Platformer/Assets/Scripts/Raycast/PlatformController.cs +++ b/Platformer/Assets/Scripts/Raycast/PlatformController.cs @@ -13,7 +13,7 @@ public class PlatformController : RaycastController public float speed; //speed of platform public bool cyclic; //cycles public float waitTime; //how long to wait - [Range(0,2)] + [Range(0, 2)] public float easeAmount; // how much to ease int fromWaypointIndex; //global waypoint were moving away from