mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 11:36:32 -05:00
Fixed warning on Windows
This commit is contained in:
2
test/testcursor.c
Normal file → Executable file
2
test/testcursor.c
Normal file → Executable file
@@ -137,7 +137,7 @@ create_arrow_cursor()
|
||||
}
|
||||
}
|
||||
}
|
||||
sscanf(arrow[4 + row], "%d,%d", &hot_x, &hot_y);
|
||||
SDL_sscanf(arrow[4 + row], "%d,%d", &hot_x, &hot_y);
|
||||
return SDL_CreateCursor(data, mask, 32, 32, hot_x, hot_y);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user