fix: amb shaders no canviava be el mode de vdeo

This commit is contained in:
2025-03-02 14:56:57 +01:00
parent 0d74a8a29f
commit d05f18ce2d
4 changed files with 67 additions and 122 deletions

View File

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