mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Removed LockCursor static address when removing the hook.
This commit is contained in:
parent
17d45a02aa
commit
ef8b20f513
@ -153,7 +153,7 @@ void Hooks::RemoveHooks()
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Unhook CMatSystemSurface functions
|
// Unhook CMatSystemSurface functions
|
||||||
MH_EnableHook(MemoryAddress(0x140548A00).RCast<void*>());
|
MH_RemoveHook(addr_CMatSystemSurface_LockCursor);
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Unhook Utility functions
|
// Unhook Utility functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user