[client] imgui: converted alerts to use imgui

This commit is contained in:
Quantum
2021-07-23 05:58:33 -04:00
committed by Geoffrey McRae
parent efb5019176
commit be44249c05
7 changed files with 107 additions and 9 deletions

View File

@@ -54,7 +54,6 @@ static int help_render(void * udata, bool interactive, struct Rect * windowRects
ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoTitleBar
);
if (igBeginTable("Help", 2, 0, (ImVec2) { 0.0f, 0.0f }, 0.0f))
{
const char * escapeName = xfree86_to_display[g_params.escapeKey];