diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 1efcaef11..3925288fc 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -415,7 +415,7 @@ class PlayState extends MusicBeatState startCountdown(); } - this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}'; + // this.leftWatermarkText.text = '${currentSong.song.toUpperCase()} - ${SongLoad.curDiff.toUpperCase()}'; this.rightWatermarkText.text = Constants.VERSION; }