Explorar el Código

Set window title

DricomDragon hace 4 años
padre
commit
72d399ad6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.cpp

+ 1 - 1
main.cpp

@@ -52,7 +52,7 @@ int main()
 	atexit(SDL_Quit);
 
 	// [1.3] Set title
-	SDL_WM_SetCaption("Application SDL", 0);
+	SDL_WM_SetCaption("Biome Box", 0);
 
 	/// [2] Create components
 	// [2.1] Create window