mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Ensure that all changes to screen backgrounds are on the correct thread
This commit is contained in:
@ -34,6 +34,8 @@ namespace osu.Game.Screens
|
||||
return false;
|
||||
}
|
||||
|
||||
public void ApplyToBackground(Action<BackgroundScreen> action) => Schedule(() => action.Invoke(this));
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
Reference in New Issue
Block a user