mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 05:15:14 -04:00
Fixed some random crash bug?
This commit is contained in:
parent
b0b8b4fba0
commit
736eecfd9a
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ class StickerSubState extends MusicBeatSubState
|
|||
if (ind == grpStickers.members.length - 1) frameTimer = 2;
|
||||
|
||||
new FlxTimer().start((1 / 24) * frameTimer, _ -> {
|
||||
if (sticker == null) return;
|
||||
|
||||
sticker.scale.x = sticker.scale.y = FlxG.random.float(0.97, 1.02);
|
||||
|
||||
if (ind == grpStickers.members.length - 1)
|
||||
|
|
Loading…
Reference in a new issue