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:
parent
4dd9386c4f
commit
c412f99963
1 changed files with 0 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue