mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2025-12-31 09:48:17 +03:00
Update SurfPhysics.cs
This commit is contained in:
@@ -149,7 +149,6 @@ namespace Fragsurf.Movement {
|
||||
// Actually move
|
||||
if (origin != endOrigin && forwardDistance > 0f) {
|
||||
|
||||
Debug.Log ("Moved up step!");
|
||||
origin = endOrigin + forwardDirection * forwardDistance * Time.deltaTime;
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user