Fixed warning on Windows
This commit is contained in:
parent
0f59f2fdbb
commit
4b86de315f
1 changed files with 1 additions and 1 deletions
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue