diff --git a/deps/asmjit b/deps/asmjit index 2a706fd2..9a92d2f9 160000 --- a/deps/asmjit +++ b/deps/asmjit @@ -1 +1 @@ -Subproject commit 2a706fd2ba355808cada31ac1eed8ce28caa6b37 +Subproject commit 9a92d2f97260749f6f29dc93e53c743448f0137a diff --git a/deps/lua b/deps/lua index 8dd2c912..5d708c3f 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit 8dd2c912d299b84566c6f6d659336edfa9b18e9b +Subproject commit 5d708c3f9cae12820e415d4f89c9eacbe2ab964b diff --git a/deps/protobuf b/deps/protobuf index c7808a87..b696347f 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit c7808a87fa136385b60bd339eca95d942bd86273 +Subproject commit b696347f80d324c624e65a0b7e3ea5dac7ec5a41 diff --git a/src/client/component/gui.cpp b/src/client/component/gui.cpp index 81a93f9e..34e0af53 100644 --- a/src/client/component/gui.cpp +++ b/src/client/component/gui.cpp @@ -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();