1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 21:49:41 +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") 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