diff --git a/Source/Game/Entities/GameObject/GameObject.cs b/Source/Game/Entities/GameObject/GameObject.cs index 8d1f14758..12099f86d 100644 --- a/Source/Game/Entities/GameObject/GameObject.cs +++ b/Source/Game/Entities/GameObject/GameObject.cs @@ -3609,6 +3609,12 @@ namespace Game.Entities } } + if (!_stopFrames.Empty()) + { + _pathProgress = 0; + _stateChangeProgress = 0; + } + _positionUpdateTimer.Reset(PositionUpdateInterval); }