1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:33:21 +08:00

Fix CI inspection.

This commit is contained in:
Lucas A 2020-05-15 22:58:15 +02:00
parent 4096463d02
commit ed9d6f2829

View File

@ -121,7 +121,7 @@ namespace osu.Game.Tests.Visual.Gameplay
{
}
public Drawable OverlayContents => (Child as Container).Child;
public Drawable OverlayContents => (Child as Container)?.Child;
}
}
}