Update SurfPhysics.cs

This commit is contained in:
Olezen
2019-08-15 14:00:59 +02:00
committed by GitHub
parent bab8a07cdf
commit efefc4ab93

View File

@@ -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;