Browse Source

testcustomcursor: set the hotspot to the middle of the cross

Sam Lantinga 2 months ago
parent
commit
0e351efbbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testcustomcursor.c

+ 1 - 1
test/testcustomcursor.c

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