Add back resume overlay

This commit is contained in:
Dean Herbert 2019-03-22 11:55:05 +09:00
parent a694626cc6
commit 57b3b7b54b

View File

@ -138,7 +138,8 @@ namespace osu.Game.Rulesets.UI
{ {
KeyBindingInputManager.AddRange(new Drawable[] KeyBindingInputManager.AddRange(new Drawable[]
{ {
Playfield Playfield,
(ResumeOverlay = CreateResumeOverlay()) ?? new Container()
}); });
InternalChildren = new Drawable[] InternalChildren = new Drawable[]