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

2
deps/asmjit vendored

@ -1 +1 @@
Subproject commit 2a706fd2ba355808cada31ac1eed8ce28caa6b37
Subproject commit 9a92d2f97260749f6f29dc93e53c743448f0137a

2
deps/lua vendored

@ -1 +1 @@
Subproject commit 8dd2c912d299b84566c6f6d659336edfa9b18e9b
Subproject commit 5d708c3f9cae12820e415d4f89c9eacbe2ab964b

2
deps/protobuf vendored

@ -1 +1 @@
Subproject commit c7808a87fa136385b60bd339eca95d942bd86273
Subproject commit b696347f80d324c624e65a0b7e3ea5dac7ec5a41

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();