Explorar el Código

Fix the windows title

Remove test by app title.
DricomDragon hace 4 años
padre
commit
29cfad1963
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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