mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Allow Player to load from BeatmapInfo.
This commit is contained in:
@ -105,7 +105,7 @@ namespace osu.Game.GameModes.Play
|
||||
Width = 100,
|
||||
Text = "Play",
|
||||
Colour = new Color4(238, 51, 153, 255),
|
||||
Action = () => Push(new Player { Beatmap = this.database.GetBeatmap(selectedBeatmap) }),
|
||||
Action = () => Push(new Player { BeatmapInfo = selectedBeatmap }),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user