mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix mistake
This commit is contained in:
parent
fc64dfc9be
commit
604e25e046
@ -24,7 +24,7 @@ class VJobThread : public IDetour
|
||||
{
|
||||
virtual void GetAdr(void) const
|
||||
{
|
||||
spdlog::debug("| FUN: JT_ParallelCall : {:#18x} |\n", p_JT_HelpWithAnything.GetPtr());
|
||||
spdlog::debug("| FUN: JT_ParallelCall : {:#18x} |\n", p_JT_ParallelCall.GetPtr());
|
||||
spdlog::debug("| FUN: JT_HelpWithAnything : {:#18x} |\n", p_JT_HelpWithAnything.GetPtr());
|
||||
spdlog::debug("| FUN: JT_AcquireFifoLock : {:#18x} |\n", p_JT_AcquireFifoLock.GetPtr());
|
||||
spdlog::debug("| FUN: JT_ReleaseFifoLock : {:#18x} |\n", p_JT_ReleaseFifoLock.GetPtr());
|
||||
|
Loading…
x
Reference in New Issue
Block a user