瀏覽代碼

testcustomcursor: set the hotspot to the middle of the cross

Sam Lantinga 2 月之前
父節點
當前提交
0e351efbbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)