Skip to content

Commit

Permalink
Update ImGui
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Nov 2, 2024
1 parent bbe217e commit e12672a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/modules/Patches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Patches::Patches()
// NOP the exception handler in Legend
Hooking::Nop((void*)0x401F53, 26);

// Fix issues with dynamic drawing when using next generation graphics
MH_CreateHook((void*)0x402EF0, TransToDrawVertexV4f, nullptr);
#endif

Expand Down
2 changes: 1 addition & 1 deletion vendor/imgui
Submodule imgui updated 105 files

0 comments on commit e12672a

Please sign in to comment.