mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Use Drawable.Empty instead of container
This commit is contained in:
@ -75,10 +75,10 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
|
||||
[NotNull]
|
||||
protected virtual Drawable CreateContent() => new Container();
|
||||
protected virtual Drawable CreateContent() => Drawable.Empty();
|
||||
|
||||
[NotNull]
|
||||
protected virtual Drawable CreateBackground() => new Container();
|
||||
protected virtual Drawable CreateBackground() => Drawable.Empty();
|
||||
|
||||
protected abstract ScreenTitle CreateTitle();
|
||||
}
|
||||
|
Reference in New Issue
Block a user