Skip to content

Commit 056b599

Browse files
committed
small adjustments
Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
1 parent 65f3c72 commit 056b599

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.hxpkg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
{
2727
"name": "flixel-controls",
28-
"link": "https://github.com/TechnikTil/FlxControls",
29-
"branch": "058538d1a80de56a0c84521b81ba87f5649f6b5a"
28+
"link": "https://github.com/Geokureli/FlxControls",
29+
"branch": "aa6aa1e8bf50c071907f3282696685ce60418725"
3030
},
3131
{
3232
"name": "flxanimate",

src/funkin/objects/ui/freeplay/FreeplayCapsule.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class FreeplayCapsule extends FlxSpriteGroup
5555
{
5656
capsuleText.text = name;
5757

58-
icon.visible = (icon != null);
58+
icon.visible = (iconID != null);
5959

60-
if (icon != null)
60+
if (iconID != null)
6161
icon.setCharacter(iconID);
6262
}
6363

0 commit comments

Comments
 (0)