From c70790ecb7e1483e747145780813eca83d5f038f Mon Sep 17 00:00:00 2001 From: scrawl Date: Mon, 14 Dec 2015 15:50:30 +0100 Subject: [PATCH] Remove outdated comment --- components/resource/bulletshapemanager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/resource/bulletshapemanager.cpp b/components/resource/bulletshapemanager.cpp index 593322190..4cbe62f3c 100644 --- a/components/resource/bulletshapemanager.cpp +++ b/components/resource/bulletshapemanager.cpp @@ -125,7 +125,6 @@ osg::ref_ptr 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