mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 03:45:34 +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
b87c6dc84d
1 changed files with 1 additions and 0 deletions
|
@ -890,6 +890,7 @@ namespace MWWorld
|
||||||
{
|
{
|
||||||
mRendering->notifyWorldSpaceChanged();
|
mRendering->notifyWorldSpaceChanged();
|
||||||
mProjectileManager->clear();
|
mProjectileManager->clear();
|
||||||
|
mDiscardMovements = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue