This commit is contained in:
Federico Cecchetto
2022-01-27 00:53:32 +01:00
4 changed files with 4 additions and 4 deletions

View File

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