From a2888a04f8e953cd9e929286d5dac910bb275ef9 Mon Sep 17 00:00:00 2001 From: igromanru Date: Thu, 6 Jun 2024 12:59:41 +0200 Subject: [PATCH] refactor --- src/Hook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hook.cpp b/src/Hook.cpp index fec9b69..c92bd76 100644 --- a/src/Hook.cpp +++ b/src/Hook.cpp @@ -93,7 +93,7 @@ namespace Hook #endif } #ifdef _DEBUG - printf("Debug: d3d11.dll module size: %lu\n", info.SizeOfImage); + printf("d3d11.dll module size: %lu\n", info.SizeOfImage); #endif const auto searchStart = reinterpret_cast(moduleHandle) + 0x100000;