mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
Merge remote-tracking branch 'scrawl/master'
This commit is contained in:
commit
456b41f05b
17 changed files with 115 additions and 61 deletions
|
@ -1000,8 +1000,11 @@ class NIFObjectLoader
|
|||
{
|
||||
const Nif::NiTextKeyExtraData *tk = static_cast<const Nif::NiTextKeyExtraData*>(e.getPtr());
|
||||
|
||||
int trgtid = NIFSkeletonLoader::lookupOgreBoneHandle(name, node->recIndex);
|
||||
extractTextKeys(tk, scene->mTextKeys[trgtid]);
|
||||
if (scene->mSkelBase)
|
||||
{
|
||||
int trgtid = NIFSkeletonLoader::lookupOgreBoneHandle(name, node->recIndex);
|
||||
extractTextKeys(tk, scene->mTextKeys[trgtid]);
|
||||
}
|
||||
}
|
||||
else if(e->recType == Nif::RC_NiStringExtraData)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue