mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix incorrect address print
Printed the wrong pointer.
This commit is contained in:
parent
1323703251
commit
53d981a06d
@ -67,7 +67,7 @@ class VFactory : public IDetour
|
||||
{
|
||||
virtual void GetAdr(void) const
|
||||
{
|
||||
LogFunAdr("CreateInterfaceInternal", reinterpret_cast<uintptr_t>(s_ppInterfaceRegs));
|
||||
LogFunAdr("CreateInterfaceInternal", p_CreateInterfaceInternal.GetPtr());
|
||||
LogVarAdr("s_pInterfaceRegs", reinterpret_cast<uintptr_t>(s_ppInterfaceRegs));
|
||||
}
|
||||
virtual void GetFun(void) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user