Explorar o código

testcustomcursor: set the hotspot to the middle of the cross

Sam Lantinga hai 6 meses
pai
achega
0e351efbbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)