testcustomcursor: set the hotspot to the middle of the cross

This commit is contained in:
Sam Lantinga 2025-10-20 09:47:26 -07:00
parent f999d8d99f
commit 0e351efbbc

View file

@ -106,7 +106,7 @@ static const char *cross[] = {
" ",
" ",
" ",
"0,0"
"16,16"
};
static SDL_Surface *load_image_file(const char *file)