mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Fix OsuBindableBeatmap not being able to be auto-constructed
This commit is contained in:
parent
1a3c06f2d9
commit
5f0bde581c
@ -259,7 +259,7 @@ namespace osu.Game
|
||||
RegisterAudioManager(audioManager);
|
||||
}
|
||||
|
||||
private OsuBindableBeatmap(WorkingBeatmap defaultValue)
|
||||
public OsuBindableBeatmap(WorkingBeatmap defaultValue)
|
||||
: base(defaultValue)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user