1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 05:53:11 +08:00

Fix NotificationOverlay no longer automatically displaying

This commit is contained in:
Dean Herbert 2017-07-28 16:54:29 +09:00
parent 02a04afb29
commit 0d332d4754

View File

@ -28,6 +28,8 @@ namespace osu.Game.Overlays
Width = width; Width = width;
RelativeSizeAxes = Axes.Y; RelativeSizeAxes = Axes.Y;
AlwaysPresent = true;
Children = new Drawable[] Children = new Drawable[]
{ {
new Box new Box