瀏覽代碼

testgdk: Update icon filename for the new png image

Ethan Lee 1 周之前
父節點
當前提交
c9479f86f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      VisualC-GDK/tests/testgdk/src/testgdk.cpp

+ 1 - 1
VisualC-GDK/tests/testgdk/src/testgdk.cpp

@@ -339,7 +339,7 @@ static bool SDLCALL GDKEventWatch(void* userdata, SDL_Event* event)
 int main(int argc, char *argv[])
 {
     int i;
-    const char *icon = "icon.bmp";
+    const char *icon = "icon.png";
     char *soundname = NULL;
     bool suppressdraw = false;