1
0
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:
Zihad 2025-03-05 21:41:11 +06:00
parent 5feddae6c7
commit 4ae5f239cb
No known key found for this signature in database

View File

@ -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)}";