mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix test failing due to null beatmap skin
Also annotate the field on `EditorBeatmap` as nullable for future travelers.
This commit is contained in:
@ -46,6 +46,7 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
public readonly IBeatmap PlayableBeatmap;
|
||||
|
||||
[CanBeNull]
|
||||
public readonly ISkin BeatmapSkin;
|
||||
|
||||
[Resolved]
|
||||
|
Reference in New Issue
Block a user