diff --git a/Tadah.DLL/Hooks/StandardOut.cpp b/Tadah.DLL/Hooks/StandardOut.cpp index 07668dc..196d247 100644 --- a/Tadah.DLL/Hooks/StandardOut.cpp +++ b/Tadah.DLL/Hooks/StandardOut.cpp @@ -27,7 +27,7 @@ void __fastcall StandardOut__print_hook(int _this, void*, int type, std::string* StandardOut__print(_this, type, message); #ifndef _DEBUG - // Message pointer is offset 4 bytes when the DLL is compiled as release + // Message pointer is offset 4 bytes when the DLL is compiled as release. message = reinterpret_cast((int)message + 4); #endif