mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +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
|
||||
{
|
||||
class CatchCursorContainer : GameplayCursorContainer
|
||||
public class CatchCursorContainer : GameplayCursorContainer
|
||||
{
|
||||
protected override Drawable CreateCursor() => new InvisibleCursor();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user