- Reset interpolation coordinates for all actors before the current thinking turn instead of at the start of each actor's own Tick function so that indirect actor movement gets properly interpolated.
This commit is contained in:
parent
c1de32896c
commit
163b10286f
2 changed files with 9 additions and 4 deletions
|
|
@ -4069,10 +4069,6 @@ void AActor::Tick ()
|
|||
return;
|
||||
}
|
||||
|
||||
// This is necessary to properly interpolate movement outside this function
|
||||
// like from an ActorMover
|
||||
ClearInterpolation();
|
||||
|
||||
if (flags5 & MF5_NOINTERACTION)
|
||||
{
|
||||
// only do the minimally necessary things here to save time:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue