Fix issue causing crash on F5

This commit is contained in:
EliteMasterEric 2023-10-09 15:35:50 -04:00
parent 697be2c88c
commit 5ae2bc814b

View file

@ -649,6 +649,8 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass
} }
boppers = []; boppers = [];
if (group != null)
{
for (sprite in this.group) for (sprite in this.group)
{ {
if (sprite != null) if (sprite != null)
@ -659,6 +661,8 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass
} }
} }
group.clear(); group.clear();
}
if (debugIconGroup != null && debugIconGroup.group != null) if (debugIconGroup != null && debugIconGroup.group != null)
{ {
debugIconGroup.kill(); debugIconGroup.kill();