1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:43:20 +08:00

pleasing CI

This commit is contained in:
unknown 2019-11-03 16:22:07 +01:00
parent c180a71afe
commit 131809838f

View File

@ -10,7 +10,8 @@ namespace osu.Game.Rulesets.Catch.UI
{
protected override Drawable CreateCursor() => new InvisibleCursor();
private class InvisibleCursor : Drawable {
private class InvisibleCursor : Drawable
{
}
}
}