Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
igromanru committed Jun 6, 2024
1 parent 181beb7 commit a2888a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<uintptr_t>(moduleHandle) + 0x100000;
Expand Down

0 comments on commit a2888a0

Please sign in to comment.