mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
log::critical -> log::error in MessageBoxFix.cpp
This commit is contained in:
parent
f97dbd96ed
commit
8f0a132780
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ using geode::core::meta::x86::Thiscall;
|
|||
static auto CCEGLVIEW_CON_ADDR = reinterpret_cast<void*>(base::getCocos() + 0xc2860);
|
||||
|
||||
static void __cdecl fixedErrorHandler(int code, char const* description) {
|
||||
log::critical("GLFW Error {}: {}", code, description);
|
||||
log::error("GLFW Error {}: {}", code, description);
|
||||
MessageBoxA(
|
||||
nullptr,
|
||||
fmt::format(
|
||||
|
|
Loading…
Add table
Reference in a new issue