Skip to content

Commit 6f074f6

Browse files
committed
Update MixtapeChartEditorState.hx
1 parent 9088822 commit 6f074f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/editors/MixtapeChartEditorState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ class MixtapeChartEditorState extends MusicBeatState
11701170
var pos = 'Step: $curStep | Beat: $curBeat | Section: $curSection';
11711171
var songInfo = 'Song: ${PlayState.SONG?.song} | BPM: $bpm';
11721172

1173-
infoText.text = '$songInfo\\n$pos\\nTime: ${Math.round(time)}ms';
1173+
infoText.text = '$songInfo\n$pos\nTime: ${Math.round(time)}ms';
11741174
}
11751175

11761176
function handleInput():Void

0 commit comments

Comments
 (0)