Skip to content

Commit

Permalink
Update ChartingState.hx
Browse files Browse the repository at this point in the history
Fixed one of the steppers not working properly
  • Loading branch information
JordanSantiagoYT committed Dec 7, 2023
1 parent 26dfd94 commit fdd2f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ class ChartingState extends MusicBeatState
blockPressWhileTypingOnStepper.push(CopyFutureSectionCount);

CopyLoopCount = new FlxUINumericStepper(CopyFutureSectionCount.x - 60, CopyLastSectionCount.y + 40, 1, 1, -16384, 16384, 0);
blockPressWhileTypingOnStepper.push(CopyFutureSectionCount);
blockPressWhileTypingOnStepper.push(CopyLoopSectionCount);

copyMultiSectButton = new FlxButton(CopyFutureSectionCount.x, CopyLastSectionCount.y + 40, "Copy from the last " + Std.int(CopyFutureSectionCount.value) + " to the next " + Std.int(CopyFutureSectionCount.value) + " sections, " + Std.int(CopyLoopCount.value) + " times", function()
{
Expand Down

0 comments on commit fdd2f64

Please sign in to comment.