mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
add missing access modifier
This commit is contained in:
parent
883d5ed58e
commit
2a0db8aeac
@ -6,7 +6,7 @@ using osu.Game.Rulesets.UI;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Catch.UI
|
namespace osu.Game.Rulesets.Catch.UI
|
||||||
{
|
{
|
||||||
class CatchCursorContainer : GameplayCursorContainer
|
public class CatchCursorContainer : GameplayCursorContainer
|
||||||
{
|
{
|
||||||
protected override Drawable CreateCursor() => new InvisibleCursor();
|
protected override Drawable CreateCursor() => new InvisibleCursor();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user