1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:13:31 +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;
RelativeSizeAxes = Axes.Y;
AlwaysPresent = true;
Children = new Drawable[]
{
new Box