forked from teamnwah/openmw-tes3coop
Remove outdated comment
This commit is contained in:
parent
076dc539bc
commit
c70790ecb7
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ osg::ref_ptr<BulletShapeInstance> BulletShapeManager::createInstance(const std::
|
||||||
if (ext == "nif")
|
if (ext == "nif")
|
||||||
{
|
{
|
||||||
NifBullet::BulletNifLoader loader;
|
NifBullet::BulletNifLoader loader;
|
||||||
// might be worth sharing NIFFiles with SceneManager in some way
|
|
||||||
shape = loader.load(mNifFileManager->get(normalized));
|
shape = loader.load(mNifFileManager->get(normalized));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue