1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-24 22:43:47 +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()