Deleted debug

This commit is contained in:
BOT Alex 2024-04-21 09:58:04 +02:00
parent 98109d216e
commit 0d5f9f4803
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ public class WaypointPath : MonoBehaviour
float minDist = Math.Min(dist, data.MoveSpeed * Time.deltaTime);
data.Entity.position += normTargetDir * minDist;
Debug.Log(data.FeetOffset);
data.Entity.position = data.Entity.position.With(y: data.FeetOffset);
}
}