From ebd0e23714db12550a55c3b7a511e1277c3f9e19 Mon Sep 17 00:00:00 2001 From: hkva Date: Mon, 26 Feb 2018 21:26:06 -0600 Subject: [PATCH] Removed debug info --- src/interfaces.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/interfaces.cpp b/src/interfaces.cpp index 832ed9c8..6e3a0bab 100644 --- a/src/interfaces.cpp +++ b/src/interfaces.cpp @@ -198,10 +198,7 @@ void CreateInterfaces() "VMaterialSystem", sharedobj::materialsystem()); #if ENABLE_VISUALS == 1 - uintptr_t addy = gSignatures.GetVstdSignature("A3 ? ? ? ? C3 89 F6") + 0x1; - logging::Info("g_pUniformStream: 0x%08x", addy); - logging::Info("*g_pUniformStream: 0x%08x", *(IUniformRandomStream**)addy); - g_pUniformStream = **(IUniformRandomStream***)(addy); + g_pUniformStream = **(IUniformRandomStream***)(gSignatures.GetVstdSignature("A3 ? ? ? ? C3 89 F6") + 0x1); g_IVDebugOverlay = BruteforceInterface("VDebugOverlay", sharedobj::engine()); g_IPanel =