diff --git a/video/win32_v.c b/video/win32_v.c index 072077c6a6..76e67dede2 100644 --- a/video/win32_v.c +++ b/video/win32_v.c @@ -736,7 +736,7 @@ static void Win32GdiMainLoop(void) _shift_pressed = _wnd.has_focus && GetAsyncKeyState(VK_SHIFT)<0; #ifdef _DEBUG _dbg_screen_rect = _wnd.has_focus && GetAsyncKeyState(VK_CAPITAL)<0; -#endif _DEBUG +#endif // determine which directional keys are down if (_wnd.has_focus) {