1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-23 11:06:49 +00:00

Don't add empty text key objects

This commit is contained in:
scrawl 2016-03-10 17:01:14 +01:00
parent 02d23564dc
commit abcfe9bcee

View file

@ -358,6 +358,8 @@ namespace NifOsg
skel->addChild(created);
created = skel;
}
if (!textkeys->mTextKeys.empty())
created->getOrCreateUserDataContainer()->addUserObject(textkeys);
return created;