There was an error while loading. Please reload this page.
1 parent 4e700d4 commit 188d922Copy full SHA for 188d922
1 file changed
source/funkin/play/components/PopUpStuff.hx
@@ -53,8 +53,8 @@ class PopUpStuff extends FlxSpriteGroup
53
ratingGroup.scrollFactor.set(0.2, 0.2);
54
numberGroup = new FlxTypedSpriteGroup<Null<FunkinSprite>>(FlxG.width * 0.033, FlxG.camera.height * 0.01);
55
56
- add(numberGroup);
57
add(ratingGroup);
+ add(numberGroup);
58
}
59
60
/*
0 commit comments