mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Give ArchiveReader a filename
This commit is contained in:
@ -62,7 +62,7 @@ namespace osu.Game.Screens.Menu
|
||||
if (setInfo == null)
|
||||
{
|
||||
// we need to import the default menu background beatmap
|
||||
setInfo = beatmaps.Import(new OszArchiveReader(game.Resources.GetStream(@"Tracks/circles.osz")));
|
||||
setInfo = beatmaps.Import(new OszArchiveReader(game.Resources.GetStream(@"Tracks/circles.osz"), "circles.osz"));
|
||||
setInfo.Protected = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user