Add resource statistics panel opened with F4

This commit is contained in:
scrawl 2017-02-22 02:18:18 +01:00
parent b40ca9b60a
commit 8f79fa3d72
32 changed files with 549 additions and 11 deletions

View file

@ -44,4 +44,9 @@ namespace SceneUtil
mWorkItem = new UnrefWorkItem;
}
unsigned int UnrefQueue::getNumItems() const
{
return mWorkItem->mObjects.size();
}
}