mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 01:37:31 +08:00
Move bindings to LoadComplete to avoid cross-thread issues
This commit is contained in:
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 =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user