forked from mirror/openmw-tes3mp
Run an aniamtion update after "playing" the inventory idle
This is so all the NPC parts get updated correctly.
This commit is contained in:
parent
fc7590694d
commit
c23a96d606
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ namespace MWRender
|
|||
mSelectionBuffer = new OEngine::Render::SelectionBuffer(mCamera, 512, 1024, RV_PlayerPreview);
|
||||
|
||||
mAnimation->play("inventoryhandtohand", "start", false);
|
||||
mAnimation->runAnimation(0.0f);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue