This commit is contained in:
2025-11-25 07:22:25 +01:00
parent f0a6b0d974
commit 228ef02cf6
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ struct LevelBackgroundFader {
int currentLevel = -1;
int queuedLevel = -1;
float fadeElapsedMs = 0.0f;
float fadeDurationMs = 3500.0f;
float fadeDurationMs = Config::Gameplay::LEVEL_FADE_DURATION;
};
static void destroyTexture(SDL_Texture*& tex) {