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