mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Don't add empty text key objects
This commit is contained in:
parent
02d23564dc
commit
abcfe9bcee
@ -358,6 +358,8 @@ namespace NifOsg
|
||||
skel->addChild(created);
|
||||
created = skel;
|
||||
}
|
||||
|
||||
if (!textkeys->mTextKeys.empty())
|
||||
created->getOrCreateUserDataContainer()->addUserObject(textkeys);
|
||||
|
||||
return created;
|
||||
|
Loading…
x
Reference in New Issue
Block a user