mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename parameter and default to 0
This commit is contained in:
@ -252,10 +252,10 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
private bool backgroundFaded;
|
||||
|
||||
protected void FadeInBackground(float fadeInTime)
|
||||
protected void FadeInBackground(float duration = 0)
|
||||
{
|
||||
ApplyToBackground(b => b.FadeColour(Color4.White, duration));
|
||||
backgroundFaded = true;
|
||||
ApplyToBackground(b => b.FadeColour(Color4.White, fadeInTime));
|
||||
}
|
||||
|
||||
public override void OnSuspending(ScreenTransitionEvent e)
|
||||
|
Reference in New Issue
Block a user