Actualizado renderGame y screen.h
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
~Screen();
|
||||
|
||||
// Limpia la pantalla
|
||||
void clean(color_t color);
|
||||
void clean(color_t color = {0x00, 0x00, 0x00});
|
||||
|
||||
// Prepara para empezar a dibujar en la textura de juego
|
||||
void start();
|
||||
|
||||
Reference in New Issue
Block a user