mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 04:37:30 +09:00
Fix
This commit is contained in:
parent
c3fb793762
commit
9c42cc0c05
@ -125,7 +125,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
|||||||
public readonly Bindable<double> StartTimeBindable = new Bindable<double>();
|
public readonly Bindable<double> StartTimeBindable = new Bindable<double>();
|
||||||
private readonly BindableList<HitSampleInfo> samplesBindable = new BindableList<HitSampleInfo>();
|
private readonly BindableList<HitSampleInfo> samplesBindable = new BindableList<HitSampleInfo>();
|
||||||
|
|
||||||
private readonly Bindable<float> positionalHitsoundsLevel = new Bindable<float>(); private readonly Bindable<int> comboIndexBindable = new Bindable<int>();
|
private readonly Bindable<float> positionalHitsoundsLevel = new Bindable<float>();
|
||||||
|
private readonly Bindable<int> comboIndexBindable = new Bindable<int>();
|
||||||
private readonly Bindable<int> comboIndexWithOffsetsBindable = new Bindable<int>();
|
private readonly Bindable<int> comboIndexWithOffsetsBindable = new Bindable<int>();
|
||||||
|
|
||||||
protected override bool RequiresChildrenUpdate => true;
|
protected override bool RequiresChildrenUpdate => true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user