diff --git a/Assets/Scripts/Catch/CubeGravity.cs b/Assets/Scripts/Catch/CubeGravity.cs index 44206fa..09dcc8d 100644 --- a/Assets/Scripts/Catch/CubeGravity.cs +++ b/Assets/Scripts/Catch/CubeGravity.cs @@ -7,7 +7,7 @@ using UnityEngine; //! Bugs or Issues //? Questions or Suggestions -//TODO Increase the gravity of the object attached to this script +//* Increase the gravity of the object attached to this script public class CubeGravity : MonoBehaviour { // Start is called before the first frame update