added heap allocation counter; reduced string allocations;

This commit is contained in:
Turanszki Janos
2020-04-24 23:48:54 +01:00
parent 4698e2a0f7
commit dc6c068f33
31 changed files with 192 additions and 132 deletions
+1
View File
@@ -42,6 +42,7 @@ void Editor::Initialize()
infoDisplay.watermark = true;
infoDisplay.fpsinfo = true;
infoDisplay.resolution = true;
infoDisplay.heap_allocation_counter = true;
wiRenderer::GetDevice()->SetVSyncEnabled(true);
wiRenderer::SetOcclusionCullingEnabled(true);