Deleted debug
This commit is contained in:
parent
98109d216e
commit
0d5f9f4803
|
@ -53,7 +53,6 @@ public class WaypointPath : MonoBehaviour
|
||||||
float minDist = Math.Min(dist, data.MoveSpeed * Time.deltaTime);
|
float minDist = Math.Min(dist, data.MoveSpeed * Time.deltaTime);
|
||||||
|
|
||||||
data.Entity.position += normTargetDir * minDist;
|
data.Entity.position += normTargetDir * minDist;
|
||||||
Debug.Log(data.FeetOffset);
|
|
||||||
data.Entity.position = data.Entity.position.With(y: data.FeetOffset);
|
data.Entity.position = data.Entity.position.With(y: data.FeetOffset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue