el modo demo ya termina con un fundido

This commit is contained in:
2024-07-08 13:33:59 +02:00
parent 38272db851
commit d07fa46cb7
4 changed files with 19 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ Screen::Screen(SDL_Window *window, SDL_Renderer *renderer, Asset *asset, Input *
// Establece el modo de video
setVideoMode(options->video.mode);
// Muestra la ventana
SDL_ShowWindow(window);
}
// Destructor