Use new non-immediate suspend logic in BackgroundScreenStack

This commit is contained in:
Dean Herbert 2019-03-12 17:26:16 +09:00
parent 00feb34a3d
commit ee7169a629
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ namespace osu.Game.Screens
public class BackgroundScreenStack : ScreenStack
{
public BackgroundScreenStack()
: base(false)
{
Scale = new Vector2(1.06f);
RelativeSizeAxes = Axes.Both;