1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 17:15:35 +00:00

Remove comment

SharedStateManager::prune is run automatically during the update traversal.
This commit is contained in:
scrawl 2015-11-21 04:13:25 +01:00
parent 62169a7039
commit ffea9ec2c4

View file

@ -206,7 +206,6 @@ namespace Resource
}
osgDB::Registry::instance()->getOrCreateSharedStateManager()->share(loaded.get());
// TODO: run SharedStateManager::prune on unload
if (mIncrementalCompileOperation)
mIncrementalCompileOperation->add(loaded);