Small fix

This commit is contained in:
fed 2022-01-13 11:55:34 +01:00
parent 1a4976d569
commit 898ca12cca

View File

@ -68,7 +68,7 @@ namespace gui
void new_gui_frame() void new_gui_frame()
{ {
ImGui::GetIO().MouseDrawCursor = toggled; ImGui::GetIO().MouseDrawCursor = toggled || *game::keyCatchers & 0x1;
*game::keyCatchers |= 0x10 * toggled; *game::keyCatchers |= 0x10 * toggled;
ImGui_ImplDX11_NewFrame(); ImGui_ImplDX11_NewFrame();