1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 03:15:34 +00:00

change the inventory preview to "inventoryhandtohand" animation pose

This commit is contained in:
scrawl 2012-10-01 18:04:21 +02:00
parent abb03ac178
commit fa358ab196

View file

@ -118,6 +118,9 @@ namespace MWRender
void InventoryPreview::onSetup ()
{
mSelectionBuffer = new OEngine::Render::SelectionBuffer(mCamera, 512, 1024, RV_PlayerPreview);
mAnimation->playGroup ("inventoryhandtohand", 0, 1);
mAnimation->runAnimation (0);
}
// --------------------------------------------------------------------------------------------------