mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 12:23:51 +00:00
change the inventory preview to "inventoryhandtohand" animation pose
This commit is contained in:
parent
abb03ac178
commit
fa358ab196
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ namespace MWRender
|
||||||
void InventoryPreview::onSetup ()
|
void InventoryPreview::onSetup ()
|
||||||
{
|
{
|
||||||
mSelectionBuffer = new OEngine::Render::SelectionBuffer(mCamera, 512, 1024, RV_PlayerPreview);
|
mSelectionBuffer = new OEngine::Render::SelectionBuffer(mCamera, 512, 1024, RV_PlayerPreview);
|
||||||
|
|
||||||
|
mAnimation->playGroup ("inventoryhandtohand", 0, 1);
|
||||||
|
mAnimation->runAnimation (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue