1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 06:21:22 +08:00

Fix test failures due to editor dependency

This commit is contained in:
Dean Herbert
2020-09-24 19:12:12 +09:00
Unverified
parent 7e7e2fd64a
commit 833ff1c1d7
+1 -1
View File
@@ -143,7 +143,7 @@ namespace osu.Game.Screens.Edit.Setup
[Resolved]
private MusicController music { get; set; }
[Resolved]
[Resolved(canBeNull: true)]
private Editor editor { get; set; }
private void audioTrackChanged(ValueChangedEvent<string> filePath)