mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
parent
342341d60f
commit
afdab7895a
@ -46,6 +46,12 @@ namespace osu.Game.Screens.Play
|
||||
UpdateBackgroundElements();
|
||||
}
|
||||
|
||||
protected override void OnResuming(Screen last)
|
||||
{
|
||||
base.OnResuming(last);
|
||||
UpdateBackgroundElements();
|
||||
}
|
||||
|
||||
protected virtual void UpdateBackgroundElements()
|
||||
{
|
||||
if (!IsCurrentScreen) return;
|
||||
|
Loading…
Reference in New Issue
Block a user