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:
parent
4096463d02
commit
ed9d6f2829
@ -121,7 +121,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
}
|
||||
|
||||
public Drawable OverlayContents => (Child as Container).Child;
|
||||
public Drawable OverlayContents => (Child as Container)?.Child;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user