diff options
Diffstat (limited to 'Assets/Scripts')
-rw-r--r-- | Assets/Scripts/Test/RootConstainTest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Assets/Scripts/Test/RootConstainTest.cs b/Assets/Scripts/Test/RootConstainTest.cs index 91d37062..7936fd25 100644 --- a/Assets/Scripts/Test/RootConstainTest.cs +++ b/Assets/Scripts/Test/RootConstainTest.cs @@ -26,8 +26,6 @@ public class RootConstainTest : MonoBehaviour Vector3 position = transform.position;
position.x += animator.deltaPosition.x;
position.y += animator.deltaPosition.y;
- //position.y = Mathf.Max(0, position.y);
- //position.y = 0;
transform.position = position;
|