canviat blit() per render()

This commit is contained in:
2025-01-05 10:45:05 +01:00
parent 1f8f9b11ed
commit 768f466b20
9 changed files with 18 additions and 20 deletions

View File

@@ -136,7 +136,7 @@ public:
void start();
// Vuelca el contenido del renderizador en pantalla
void blit();
void render();
// Establece el modo de video
void setVideoMode(ScreenVideoMode video_mode);