Explorar o código

Fix wrong callback type

Francisco Javier Trujillo Mata hai 3 meses
pai
achega
c89357bf60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/render/ps2/SDL_render_ps2.c

+ 1 - 1
src/render/ps2/SDL_render_ps2.c

@@ -60,7 +60,7 @@ typedef struct
 static int vsync_sema_id = 0;
 
 // PRIVATE METHODS
-static int vsync_handler(void)
+static int vsync_handler(int reason)
 {
     iSignalSema(vsync_sema_id);