1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-26 03:57:21 +08:00

fix warning

This commit is contained in:
OliBomby 2024-10-07 12:13:56 +02:00
parent 7b998219d7
commit a755ae70a3

View File

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