mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-28 07:56:46 +00:00
Fixed some random crash bug?
This commit is contained in:
parent
b0b8b4fba0
commit
736eecfd9a
|
@ -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