1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 18:19:40 +00:00

Merge branch 'master' of https://github.com/zinnschlag/openmw into spellcreation

This commit is contained in:
scrawl 2012-10-01 23:09:03 +02:00
commit 63fd8172d8

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);
}
// --------------------------------------------------------------------------------------------------