We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9827707 commit d48d4f0Copy full SHA for d48d4f0
src/xrEngine/xr_object_list.cpp
@@ -32,7 +32,7 @@ void CObjectList::DumpStatistics(CGameFont &font, PerformanceAlert *alert)
32
font.OutNext("uClients: %2.2fms, %2.1f%%, crow(%d)/active(%d)/total(%d)", stats.Update.result,
33
percentage, stats.Crows, stats.Active, stats.Total);
34
if (alert && stats.Update.result>3.0f)
35
- font.OutNext("UpdateCL > 3ms: %3.1f", stats.Update.result);
+ alert->Print(font, "UpdateCL > 3ms: %3.1f", stats.Update.result);
36
}
37
38
CObjectList::CObjectList() :
0 commit comments