[client] app: add keybind to toggle frame timing information display

This commit is contained in:
Geoffrey McRae
2021-07-18 09:59:37 +10:00
parent 73357988e6
commit df2f623599
3 changed files with 10 additions and 0 deletions

View File

@@ -642,6 +642,9 @@ bool rbCalcMetrics(int index, float * value, float * udata)
bool app_renderImGui(void)
{
if (!g_state.showTiming)
return false;
igNewFrame();
ImGuiStyle * style = igGetStyle();