mirror of
https://github.com/osukey/osukey.git
synced 2025-06-07 20:37:57 +09:00
Fix a locally set beatmap getting overridden by the game-global one.
This commit is contained in:
parent
099b309645
commit
80f146e4bd
@ -78,6 +78,7 @@ namespace osu.Game.GameModes
|
|||||||
protected override void Load(BaseGame game)
|
protected override void Load(BaseGame game)
|
||||||
{
|
{
|
||||||
base.Load(game);
|
base.Load(game);
|
||||||
|
if (beatmap == null)
|
||||||
beatmap = (game as OsuGameBase)?.Beatmap;
|
beatmap = (game as OsuGameBase)?.Beatmap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user