Fix some things

This commit is contained in:
6arelyFuture 2022-07-03 13:40:09 +02:00
parent c96f40944f
commit de73fc6fd9
Signed by: Future
GPG Key ID: FA77F074E98D98A5

View File

@ -146,7 +146,7 @@ private:
HWND get_window() { return *reinterpret_cast<HWND*>(0x5A86330); }
void print(std::string_view fmt, std::format_args&& args,
const std::source_location& loc) {
[[maybe_unused]] const std::source_location& loc) {
#ifdef _DEBUG
const auto msg = std::vformat(fmt, args);
const auto line = std::format("Debug:\n {}\nFile: {}\nLine: {}\n",