log::critical -> log::error in MessageBoxFix.cpp

This commit is contained in:
mat 2022-12-12 17:44:49 -03:00 committed by GitHub
parent f97dbd96ed
commit 8f0a132780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(