2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

More CThardus imps, add CRandom16 stats

This commit is contained in:
2020-09-04 23:04:28 -07:00
parent 7ba02f28c0
commit 1ba68175e9
9 changed files with 161 additions and 12 deletions

View File

@@ -120,6 +120,7 @@ void ViewManager::TestGameView::think() {
}
}
overlayText += fmt::format(FMT_STRING("CRandom16::Next calls: {}\n"), urde::CRandom16::GetNumNextCalls());
if (m_cvarCommons.m_debugOverlayShowResourceStats->toBoolean())
overlayText += fmt::format(FMT_STRING("Resource Objects: {}\n"), g_SimplePool->GetLiveObjects());