Browse Source

Fix the windows title

Remove test by app title.
DricomDragon 4 years ago
parent
commit
29cfad1963
1 changed files with 1 additions and 1 deletions
  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