mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Add resource statistics panel opened with F4
This commit is contained in:
parent
b40ca9b60a
commit
8f79fa3d72
32 changed files with 549 additions and 11 deletions
|
@ -44,4 +44,9 @@ namespace SceneUtil
|
|||
mWorkItem = new UnrefWorkItem;
|
||||
}
|
||||
|
||||
unsigned int UnrefQueue::getNumItems() const
|
||||
{
|
||||
return mWorkItem->mObjects.size();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue