Просмотр исходного кода

testgdk: Update icon filename for the new png image

Ethan Lee 1 неделя назад
Родитель
Сommit
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;