mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:03:08 +08:00
Fix restore default button mutating transforms during load
This commit is contained in:
parent
46fa82e4a7
commit
52e81385a6
@ -207,7 +207,9 @@ namespace osu.Game.Overlays.Settings
|
||||
UpdateState();
|
||||
}
|
||||
|
||||
public void UpdateState()
|
||||
public void UpdateState() => Scheduler.AddOnce(updateState);
|
||||
|
||||
private void updateState()
|
||||
{
|
||||
if (bindable == null)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user