mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00: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…
Reference in New Issue
Block a user