mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 01:07:23 +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)
|
if (Host.Window == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// prevent weird window title saying please load a beatmap
|
|
||||||
string newTitle = Name;
|
string newTitle = Name;
|
||||||
if (beatmap.NewValue != null && beatmap.NewValue is not DummyWorkingBeatmap)
|
if (beatmap.NewValue != null && beatmap.NewValue is not DummyWorkingBeatmap)
|
||||||
newTitle = $"{Name} - {beatmap.NewValue.BeatmapInfo.GetDisplayTitleRomanisable(true, false)}";
|
newTitle = $"{Name} - {beatmap.NewValue.BeatmapInfo.GetDisplayTitleRomanisable(true, false)}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user