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