XBindable -> EffectiveXBindable in catch DHO

This commit is contained in:
ekrctb
2020-12-14 11:05:26 +09:00
parent 96f3e0dad8
commit cd2db59900
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
[BackgroundDependencyLoader]
private void load()
{
XBindable.BindValueChanged(x =>
EffectiveXBindable.BindValueChanged(x =>
{
X = x.NewValue;
}, true);