Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby committed Oct 7, 2024
1 parent 7b99821 commit a755ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Edit/GridFromPointsTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Right click to only set the origin.
""";
}

public override Drawable? CreateIcon() => new SpriteIcon { Icon = OsuIcon.EditorGridSnap };
public override Drawable CreateIcon() => new SpriteIcon { Icon = OsuIcon.EditorGridSnap };

public override PlacementBlueprint CreatePlacementBlueprint() => new GridPlacementBlueprint();
}
Expand Down

0 comments on commit a755ae7

Please sign in to comment.