1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 21:08:34 +08:00

Move bindings to LoadComplete to avoid cross-thread issues

This commit is contained in:
Dean Herbert
2021-03-17 14:18:56 +09:00
Unverified
parent b1c4ac9f42
commit 1e82033c84
@@ -140,6 +140,11 @@ namespace osu.Game.Overlays.Settings.Sections.Input
}
},
};
}
protected override void LoadComplete()
{
base.LoadComplete();
areaOffset.BindTo(tabletHandler.AreaOffset);
areaOffset.BindValueChanged(val =>