From 203a5ee98c0b02ae353c63a1e227a2e0813f85a2 Mon Sep 17 00:00:00 2001 From: HEIHUAa <112499486+HEIHUAa@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SplashGroup.hx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/funkin/game/SplashGroup.hx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/funkin/game/SplashGroup.hx b/source/funkin/game/SplashGroup.hx index 7600f479e0..9519e6673f 100644 --- a/source/funkin/game/SplashGroup.hx +++ b/source/funkin/game/SplashGroup.hx @@ -92,8 +92,7 @@ class SplashGroup extends FlxTypedGroup { } function pregenerateSplashes(splash:Splash) { - // make 7 additional splashes - for(i in 0...7) { + for (i in 0...Flags.MAX_SPLASHES - 1) { var spr = Splash.copyFrom(splash); spr.animation.finishCallback = function(name:String) { spr.active = spr.visible = false;