Add back missing default implementations for lookup functions

This commit is contained in:
Dean Herbert
2020-07-19 14:11:21 +09:00
parent 7250bc351d
commit 3823bd8343
2 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@ namespace osu.Game.Beatmaps.ControlPoints
{
public const string DEFAULT_BANK = "normal";
public static readonly SampleControlPoint DEFAULT = new SampleControlPoint
{
SampleBankBindable = { Disabled = true },
SampleVolumeBindable = { Disabled = true }
};
/// <summary>
/// The default sample bank at this control point.
/// </summary>