mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move DummyWorkingBeatmap to a more global level (OsuScreen)
This commit is contained in:
@ -20,6 +20,7 @@ namespace osu.Game.Beatmaps
|
||||
Title = "no beatmaps available!",
|
||||
Author = "no one",
|
||||
},
|
||||
BeatmapSet = new BeatmapSetInfo(),
|
||||
Difficulty = new BeatmapDifficulty(),
|
||||
})
|
||||
{
|
||||
@ -32,6 +33,6 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
protected override Texture GetBackground() => null;
|
||||
|
||||
protected override Track GetTrack() => null;
|
||||
protected override Track GetTrack() => new TrackVirtual();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user