mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Improve song selection layout, database loading
Also adds event that notifes the song select when a beatmap is added.
This commit is contained in:
@ -223,7 +223,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
line = stream.ReadLine();
|
||||
if (line == null)
|
||||
break;
|
||||
line = line.Trim();
|
||||
if (string.IsNullOrEmpty(line))
|
||||
continue;
|
||||
if (line.StartsWith(@"osu file format v"))
|
||||
@ -274,4 +273,4 @@ namespace osu.Game.Beatmaps.Formats
|
||||
return beatmap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user