mirror of
https://github.com/ppy/osu.git
synced 2025-01-09 02:13:21 +08:00
Fix null check
This commit is contained in:
parent
2a075065d8
commit
7dd11fc5bf
@ -78,7 +78,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Size = new Vector2(0.8f),
|
Size = new Vector2(0.8f),
|
||||||
Child = new MovingCursorInputManager { Child = createContent?.Invoke() }
|
Child = new MovingCursorInputManager { Child = createContent() }
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user