forked from mirror/openmw-tes3mp
KeyframeManager fix
This commit is contained in:
parent
346052a67a
commit
076dc539bc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Resource
|
|||
osg::ref_ptr<NifOsg::KeyframeHolder> loaded (new NifOsg::KeyframeHolder);
|
||||
NifOsg::Loader::loadKf(Nif::NIFFilePtr(new Nif::NIFFile(mVFS->getNormalized(normalized), normalized)), *loaded.get());
|
||||
|
||||
mCache->addEntryToObjectCache(name, loaded);
|
||||
mCache->addEntryToObjectCache(normalized, loaded);
|
||||
return loaded;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue