fix warning

This commit is contained in:
OliBomby 2024-10-07 12:13:56 +02:00
parent 7b998219d7
commit a755ae70a3
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}