mirror of
https://github.com/ppy/osu.git
synced 2025-03-26 03:57:21 +08:00
fix warning
This commit is contained in:
parent
7b998219d7
commit
a755ae70a3
@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
""";
|
||||
}
|
||||
|
||||
public override Drawable? CreateIcon() => new SpriteIcon { Icon = OsuIcon.EditorGridSnap };
|
||||
public override Drawable CreateIcon() => new SpriteIcon { Icon = OsuIcon.EditorGridSnap };
|
||||
|
||||
public override PlacementBlueprint CreatePlacementBlueprint() => new GridPlacementBlueprint();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user