1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:59:54 +00:00

Remove outdated comment

This commit is contained in:
scrawl 2015-12-14 15:50:30 +01:00
parent 076dc539bc
commit c70790ecb7

View file

@ -125,7 +125,6 @@ osg::ref_ptr<BulletShapeInstance> BulletShapeManager::createInstance(const std::
if (ext == "nif")
{
NifBullet::BulletNifLoader loader;
// might be worth sharing NIFFiles with SceneManager in some way
shape = loader.load(mNifFileManager->get(normalized));
}
else