Cleanup : rename Set_mode_SDL() to GFX2_Set_mode()

This commit is contained in:
Thomas Bernard
2018-06-25 09:46:30 +02:00
parent af25970c09
commit c6fdb6064c
3 changed files with 2 additions and 8 deletions

View File

@@ -400,11 +400,7 @@ try_again:
if (screen_changed)
{
#if defined(USE_SDL) || defined(USE_SDL2)
Set_mode_SDL(&width, &height,fullscreen);
#else
GFX2_Set_mode(&width, &height, fullscreen);
#endif
}
if (screen_changed || pixels_changed)