Fix wrong callback type

(cherry picked from commit c89357bf60)
This commit is contained in:
Francisco Javier Trujillo Mata
2025-05-19 23:58:47 +02:00
committed by Sam Lantinga
parent 33eb167da8
commit d0c2d8bc40

View File

@@ -55,7 +55,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);