mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix test failures due to editor dependency
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user