Core/Transports: Initialize stoppable transports at start of path

This commit is contained in:
Shauren
2022-07-15 21:31:03 +02:00
committed by Ovahlord
parent 279f1cccae
commit 4b92f09fec

View File

@@ -93,6 +93,12 @@ public:
}
}
if (!_stopFrames.empty())
{
_pathProgress = 0;
_stateChangeProgress = 0;
}
_positionUpdateTimer.Reset(PositionUpdateInterval);
}