fix: add missing # ifdef

This commit is contained in:
jeanmajid 2026-03-02 13:29:41 +01:00
parent d8f9e67108
commit f3b1607051

View file

@ -1234,6 +1234,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
} }
} }
#ifdef _DEBUG_MENUS_ENABLED
// F3 toggles onscreen debug info // F3 toggles onscreen debug info
if (KMInput.IsKeyPressed(VK_F3)) if (KMInput.IsKeyPressed(VK_F3))
{ {
@ -1258,7 +1259,6 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
} }
} }
} }
#endif #endif
#if 0 #if 0