Hide song name in play state

This commit is contained in:
Eric Myllyoja 2022-03-13 14:47:59 -04:00
parent 0cc4f8a982
commit 1935373963

View file

@ -415,7 +415,7 @@ class PlayState extends MusicBeatState
startCountdown(); startCountdown();
} }
this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}'; // this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}';
this.rightWatermarkText.text = Constants.VERSION; this.rightWatermarkText.text = Constants.VERSION;
} }