mirror of https://github.com/ppy/osu
Fix typo in `DrawableOsuHitObject`
This commit is contained in:
parent
d256bd2cc7
commit
879267862c
|
@ -21,7 +21,7 @@ public class DrawableOsuHitObject : DrawableHitObject<OsuHitObject>
|
||||||
public readonly IBindable<float> ScaleBindable = new BindableFloat();
|
public readonly IBindable<float> ScaleBindable = new BindableFloat();
|
||||||
public readonly IBindable<int> IndexInCurrentComboBindable = new Bindable<int>();
|
public readonly IBindable<int> IndexInCurrentComboBindable = new Bindable<int>();
|
||||||
|
|
||||||
// Must be set to update IsHovered as it's used in relax mdo to detect osu hit objects.
|
// Must be set to update IsHovered as it's used in relax mod to detect osu hit objects.
|
||||||
public override bool HandlePositionalInput => true;
|
public override bool HandlePositionalInput => true;
|
||||||
|
|
||||||
protected override float SamplePlaybackPosition => HitObject.X / OsuPlayfield.BASE_SIZE.X;
|
protected override float SamplePlaybackPosition => HitObject.X / OsuPlayfield.BASE_SIZE.X;
|
||||||
|
|
Loading…
Reference in New Issue