Jelajahi Sumber

Fix the windows title

Remove test by app title.
DricomDragon 4 tahun lalu
induk
melakukan
29cfad1963
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      main.cpp

+ 1 - 1
main.cpp

@@ -41,7 +41,7 @@ int main(int argc, char** argv)
     atexit(SDL_Quit);
 
     // [1.3] Para-fenêtre
-    SDL_WM_SetCaption("Box2DTests", 0);
+    SDL_WM_SetCaption("Bouncy Driver!", 0);
 
     /// [2] Préparation des composants SDL
     // [2.1] Préparation de la fenêtre