mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 18:57:20 +08:00
Remove unnecessary comment
This commit is contained in:
parent
5feddae6c7
commit
4ae5f239cb
@ -832,7 +832,6 @@ namespace osu.Game
|
||||
if (Host.Window == null)
|
||||
return;
|
||||
|
||||
// prevent weird window title saying please load a beatmap
|
||||
string newTitle = Name;
|
||||
if (beatmap.NewValue != null && beatmap.NewValue is not DummyWorkingBeatmap)
|
||||
newTitle = $"{Name} - {beatmap.NewValue.BeatmapInfo.GetDisplayTitleRomanisable(true, false)}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user