1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 22:45:33 +00:00

Remove commented lines in UnrefWorkItem::doWork

This commit is contained in:
Sophie Kirschner 2018-08-26 11:08:06 +03:00
parent 4dd9386c4f
commit c412f99963

View file

@ -8,10 +8,7 @@ namespace SceneUtil
{
void UnrefWorkItem::doWork()
{
//osg::Timer timer;
//size_t objcount = mObjects.size();
mObjects.clear();
//Log(Debug::Verbose) << "cleared " << objcount << " objects in " << timer.time_m();
}
UnrefQueue::UnrefQueue()