mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename GameBeatmap -> BindableBeatmap
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(IGameBeatmap beatmap, OsuColour colours)
|
||||
private void load(IBindableBeatmap beatmap, OsuColour colours)
|
||||
{
|
||||
this.beatmap.BindTo(beatmap);
|
||||
|
||||
|
Reference in New Issue
Block a user