Skip to content

Commit

Permalink
Makes removal of LERP delay clearer and more compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
spess-empyrean committed Jan 11, 2025
1 parent 8dee28e commit 8c23eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Movement/Systems/SharedMoverController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,13 @@ float frameTime
}

// Update relative movement
// LERP delay disabled for /vg/ tile movement. Feels nicer!
//if (mover.LerpTarget < Timing.CurTime)
if (TryUpdateRelative(mover, xform))
{
Dirty(uid, mover);
}
//}

LerpRotation(uid, mover, frameTime);

Expand Down

0 comments on commit 8c23eb1

Please sign in to comment.