[client] imgui: convert help overlay to use imgui

This commit is contained in:
Quantum
2021-07-23 02:36:21 -04:00
committed by Geoffrey McRae
parent 436986d182
commit 036f16b9ef
8 changed files with 152 additions and 59 deletions

View File

@@ -776,6 +776,7 @@ static int lg_run(void)
g_state.overlays = ll_new();
app_registerOverlay(&LGOverlayFPS , NULL);
app_registerOverlay(&LGOverlayGraphs, NULL);
app_registerOverlay(&LGOverlayHelp , NULL);
// initialize metrics ringbuffers
g_state.renderTimings = ringbuffer_new(256, sizeof(float));