aboutsummaryrefslogtreecommitdiffstats
path: root/Assets/Scripts
diff options
context:
space:
mode:
authorNeil Kollack <nkollack@gmail.com>2022-04-10 18:50:43 -0500
committerNeil Kollack <nkollack@gmail.com>2022-04-10 18:50:43 -0500
commit92c76d6d42512953c80e4250344f6694d9c4de56 (patch)
treeef880db26e6fd2fdd29eafc54a854c174e856aff /Assets/Scripts
parent6fa2ddb45554b9a236e2d2909ae30fb2c2df9a31 (diff)
chore: code cleanup
Diffstat (limited to 'Assets/Scripts')
-rw-r--r--Assets/Scripts/RopePrototype.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Assets/Scripts/RopePrototype.cs b/Assets/Scripts/RopePrototype.cs
index 901a3d3..b2f37ab 100644
--- a/Assets/Scripts/RopePrototype.cs
+++ b/Assets/Scripts/RopePrototype.cs
@@ -48,11 +48,6 @@ public class RopePrototype : MonoBehaviour
Simulate();
}
- void FixedUpdate()
- {
-
- }
-
void RenderLine()
{
for(int i = 0; i < ropePositions.Length; i++)