Major overhaul of DebugPrint
This commit is contained in:
@@ -13,7 +13,7 @@ void FLockedWrapper::InitWrapper() {
|
||||
InitFn init = (InitFn)FPlatformProcess::GetDllExport(DLL, TEXT("init_engine_wrapper"));
|
||||
if (init != nullptr) {
|
||||
init(&Lockable.Wrapper);
|
||||
Lockable.Wrapper.hook_dprint(engineutil::DPrintHook);
|
||||
Lockable.Wrapper.hook_dprint(DebugPrint::DPrint);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user