mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-01 13:20:29 +00:00
Fix creature model instance preloading
This commit is contained in:
parent
8c649f05e6
commit
bcbee08a1b
@ -1436,7 +1436,7 @@ namespace MWRender
|
|||||||
return sceneMgr->createInstance(found->second);
|
return sceneMgr->createInstance(found->second);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return sceneMgr->createInstance(model);
|
return sceneMgr->getInstance(model);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Animation::setObjectRoot(const std::string &model, bool forceskeleton, bool baseonly, bool isCreature)
|
void Animation::setObjectRoot(const std::string &model, bool forceskeleton, bool baseonly, bool isCreature)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user