remove useless condition

This commit is contained in:
Mylloon 2021-12-31 11:20:30 +01:00
parent 45bb8065da
commit 32970f75b2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -127,8 +127,7 @@ void init(void) {
enable_surface_option(_cube, SO_USE_LIGHTING); enable_surface_option(_cube, SO_USE_LIGHTING);
/* si _use_vsync != 0, on active la synchronisation verticale */ /* si _use_vsync != 0, on active la synchronisation verticale */
if(_use_vsync) SDL_GL_SetSwapInterval(_use_vsync);
SDL_GL_SetSwapInterval(1);
/* mettre en place la fonction à appeler en cas de sortie */ /* mettre en place la fonction à appeler en cas de sortie */
atexit(sortie); atexit(sortie);