mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04: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();
|
mRendering->notifyWorldSpaceChanged();
|
||||||
mProjectileManager->clear();
|
mProjectileManager->clear();
|
||||||
|
mDiscardMovements = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user