fix: la clase title no hacía fade al pasar al modo demo

This commit is contained in:
2024-07-07 22:48:00 +02:00
parent caca21cba5
commit dfc14da179
6 changed files with 44 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ Director::Director(int argc, char *argv[])
{
// Inicializa variables
section = new section_t();
section->name = SECTION_PROG_TITLE;
section->name = SECTION_PROG_LOGO;
// Comprueba los parametros del programa
checkProgramArguments(argc, argv);