mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Do not set WorkingBeatmap explicitly in mode stack.
This commit is contained in:
parent
afab938794
commit
33a35ca711
@ -105,10 +105,7 @@ namespace osu.Game
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
(modeStack = new Intro
|
(modeStack = new Intro()).Preload(this, d =>
|
||||||
{
|
|
||||||
Beatmap = Beatmap
|
|
||||||
}).Preload(this, d =>
|
|
||||||
{
|
{
|
||||||
mainContent.Add(d);
|
mainContent.Add(d);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user