mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
XBindable -> EffectiveXBindable in catch DHO
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user