1
0
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:
smoogipoo 2018-12-05 20:42:16 +09:00
parent 1a3c06f2d9
commit 5f0bde581c

View File

@ -259,7 +259,7 @@ namespace osu.Game
RegisterAudioManager(audioManager);
}
private OsuBindableBeatmap(WorkingBeatmap defaultValue)
public OsuBindableBeatmap(WorkingBeatmap defaultValue)
: base(defaultValue)
{
}