Merge branch 'main' of https://github.com/fedddddd/h2-mod
This commit is contained in:
commit
55cbb258ea
2
deps/asmjit
vendored
2
deps/asmjit
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2a706fd2ba355808cada31ac1eed8ce28caa6b37
|
Subproject commit 9a92d2f97260749f6f29dc93e53c743448f0137a
|
2
deps/lua
vendored
2
deps/lua
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 8dd2c912d299b84566c6f6d659336edfa9b18e9b
|
Subproject commit 5d708c3f9cae12820e415d4f89c9eacbe2ab964b
|
2
deps/protobuf
vendored
2
deps/protobuf
vendored
@ -1 +1 @@
|
|||||||
Subproject commit c7808a87fa136385b60bd339eca95d942bd86273
|
Subproject commit b696347f80d324c624e65a0b7e3ea5dac7ec5a41
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user