Skip to content

Commit

Permalink
TYPO: remove con_printf
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscon authored and meag committed Aug 4, 2022
1 parent 95f4f98 commit ca25d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vid_sdl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,6 @@ void VID_Minimize (void)
void VID_Restore (void)
{
if (!sdl_window || (SDL_GetWindowFlags(sdl_window) & SDL_WINDOW_INPUT_FOCUS)) {
Con_Printf("vid restore no restore");
return;
}

Expand Down

0 comments on commit ca25d05

Please sign in to comment.