mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 21:45:33 +00:00
Fix creature model instance preloading
This commit is contained in:
parent
8c649f05e6
commit
bcbee08a1b
1 changed files with 1 additions and 1 deletions
|
@ -1436,7 +1436,7 @@ namespace MWRender
|
|||
return sceneMgr->createInstance(found->second);
|
||||
}
|
||||
else
|
||||
return sceneMgr->createInstance(model);
|
||||
return sceneMgr->getInstance(model);
|
||||
}
|
||||
|
||||
void Animation::setObjectRoot(const std::string &model, bool forceskeleton, bool baseonly, bool isCreature)
|
||||
|
|
Loading…
Reference in a new issue