From ce8b86bb7389c61d25e9062637d02df172e82a46 Mon Sep 17 00:00:00 2001 From: Adam P Skawinski Date: Wed, 22 Apr 2020 23:06:52 -0400 Subject: [PATCH] Before Restart Restarting --- Platformer/Assets/Scripts/Raycast/PlatformController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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