This commit is contained in:
Dean Herbert 2019-03-25 13:38:50 +09:00 committed by GitHub
parent fcc91efc1a
commit 5b83e97e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ namespace osu.Game.Graphics.Containers
Depth = float.MaxValue
});
backgroundStack.Push(new ScalignBackgroundScreen());
backgroundStack.Push(new ScalingBackgroundScreen());
}
backgroundStack.FadeIn(fade_time);
@ -152,7 +152,7 @@ namespace osu.Game.Graphics.Containers
sizableContainer.ResizeTo(targetSize, 500, Easing.OutQuart).OnComplete(_ => { sizableContainer.Masking = requiresMasking; });
}
private class ScalignBackgroundScreen : BackgroundScreenDefault
private class ScalingBackgroundScreen : BackgroundScreenDefault
{
public override void OnEntering(IScreen last)
{