mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 03:35:27 +00:00
Merge branch 'fastforwardpos' into 'master'
Discard physics simulation results after fast forward See merge request OpenMW/openmw!423 (cherry picked from commit ff2d7695698341ef059c75707aa092cef48deea4) 03a37433 In case of time fast forward (resting, jail), force reset of positions
This commit is contained in:
parent
f8c791fde3
commit
96e22bd44e
@ -890,6 +890,7 @@ namespace MWWorld
|
||||
{
|
||||
mRendering->notifyWorldSpaceChanged();
|
||||
mProjectileManager->clear();
|
||||
mDiscardMovements = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user