We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9088822 commit 6f074f6Copy full SHA for 6f074f6
source/states/editors/MixtapeChartEditorState.hx
@@ -1170,7 +1170,7 @@ class MixtapeChartEditorState extends MusicBeatState
1170
var pos = 'Step: $curStep | Beat: $curBeat | Section: $curSection';
1171
var songInfo = 'Song: ${PlayState.SONG?.song} | BPM: $bpm';
1172
1173
- infoText.text = '$songInfo\\n$pos\\nTime: ${Math.round(time)}ms';
+ infoText.text = '$songInfo\n$pos\nTime: ${Math.round(time)}ms';
1174
}
1175
1176
function handleInput():Void
0 commit comments