mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make providing a custom ResourceStore
to LegacyBeatmapSkin
optional (for tests only)
This commit is contained in:
@ -206,7 +206,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
this.resources = resources;
|
||||
}
|
||||
|
||||
protected internal override ISkin GetSkin() => new LegacyBeatmapSkin(skinBeatmapInfo, resourceStore, resources);
|
||||
protected internal override ISkin GetSkin() => new LegacyBeatmapSkin(skinBeatmapInfo, resources, resourceStore);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user