1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00

Fix test failures due to editor dependency

This commit is contained in:
Dean Herbert 2020-09-24 19:12:12 +09:00
parent 7e7e2fd64a
commit 833ff1c1d7

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)