els items començen a parpadejar quan ja estan quets a terra

This commit is contained in:
2025-10-19 19:51:07 +02:00
parent d7c3ea7f69
commit 16306f2325
8 changed files with 63 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ Director::Director(int argc, std::span<char*> argv) {
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#elif _DEBUG
Section::name = Section::Name::LOGO;
Section::name = Section::Name::GAME;
Section::options = Section::Options::GAME_PLAY_1P;
#else // NORMAL GAME
Section::name = Section::Name::LOGO;