fix print message

This commit is contained in:
bicarus-dev
2026-01-17 20:24:18 -08:00
parent c70cf40af3
commit 1d6be8fe4b
+1 -1
View File
@@ -726,7 +726,7 @@ static BOOL WINAPI ShowWindow_hook(HWND hWnd, int nCmdShow) {
if (games::gitadora::is_arena_model() &&
games::gitadora::ARENA_SINGLE_WINDOW &&
hWnd != GRAPHICS_WINDOW_MAIN) {
log_info("graphics", "ShowWindow_hook - hiding sub window 0x{}", fmt::ptr(hWnd));
log_info("graphics", "ShowWindow_hook - hiding sub window {}", fmt::ptr(hWnd));
return true;
}