1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 06:12:58 +08:00

simplify nullability annotation

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Olivier Schipper 2024-06-03 13:23:39 +02:00 committed by GitHub
parent ca41c84ba2
commit 77b47ad2b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
private readonly Cached<SliderPath> fullPathCache = new Cached<SliderPath>();
[Resolved(CanBeNull = true)]
[Resolved]
private EditorBeatmap? editorBeatmap { get; set; }
[Resolved]