summaryrefslogtreecommitdiff
path: root/ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs')
-rw-r--r--ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs b/ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs
index 073ecbd..431b659 100644
--- a/ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs
+++ b/ActiveRagdoll/Assets/TABG/Scripts/Data/MovementDataHandler.cs
@@ -50,7 +50,7 @@ namespace Rigging.Data
left = -rotationTarget.right;
slopeStrenght = Mathf.Lerp(slopeStrenght, 0f, Time.deltaTime * 1f);
- GLHandle.DrawLine(hip.transform.position, hip.transform.position + groundedForward * 10f);
+ //GLHandle.DrawLine(hip.transform.position, hip.transform.position + groundedForward * 10f);
}
}