Quellcode durchsuchen

testcustomcursor: set the hotspot to the middle of the cross

Sam Lantinga vor 6 Monaten
Ursprung
Commit
0e351efbbc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)