This commit is contained in:
lightbulblighter 2022-08-03 11:27:52 -07:00
parent dfa2267d65
commit 6c28cd8a95
No known key found for this signature in database
GPG Key ID: 58D6EDC2C38C9B3B
1 changed files with 1 additions and 1 deletions

View File

@ -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<std::string*>((int)message + 4);
#endif