mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Merge branch 'master' of https://github.com/zinnschlag/openmw into spellcreation
This commit is contained in:
commit
63fd8172d8
@ -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…
x
Reference in New Issue
Block a user