fix: el brillet del cor dels credits pillava mal la posició

This commit is contained in:
2025-03-02 16:51:08 +01:00
parent d05f18ce2d
commit 2ebb285a27
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ void initOptions()
options = Options();
#ifdef DEBUG
options.section = SectionState(Section::DEMO, Subsection::NONE);
options.section = SectionState(Section::CREDITS, Subsection::NONE);
options.console = true;
#else
options.section = SectionState(Section::LOGO, Subsection::LOGO_TO_INTRO);