Actualizado a la última versión de jail_audio

This commit is contained in:
2022-08-28 22:41:24 +02:00
parent fcdd2ffd21
commit 462a64bb3e
6 changed files with 106 additions and 60 deletions

View File

@@ -26,7 +26,7 @@ Prog::Prog(std::string executablePath)
}
else
{
section.name = SECTION_PROG_LOGO;
section.name = SECTION_PROG_GAME;
}
input = new Input(asset->get("gamecontrollerdb.txt"));
screen = new Screen(window, renderer, options);