Skip to content

Commit 0f99a1c

Browse files
Lasercarmoondroidcoder
authored andcommitted
Fix for #3627
1 parent 95aba09 commit 0f99a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/ui/freeplay/FreeplayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ class FreeplayState extends MusicBeatSubState
24412441
letterSort.inputEnabled = false;
24422442
var instrumentalChoices:Array<String> = ['default', 'random'];
24432443

2444-
capsuleOptionsMenu = new CapsuleOptionsMenu(this, randomCapsule.x + 175, randomCapsule.y + 115, instrumentalChoices);
2444+
capsuleOptionsMenu = new CapsuleOptionsMenu(this, randomCapsule.targetPos.x + 175, randomCapsule.targetPos.y + 115, instrumentalChoices);
24452445
capsuleOptionsMenu.cameras = [funnyCam];
24462446
capsuleOptionsMenu.zIndex = 10000;
24472447
add(capsuleOptionsMenu);

0 commit comments

Comments
 (0)