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:
@ -112,7 +112,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
public static readonly Color4 HYPER_DASH_FRUIT_COLOUR = Color4.DarkGoldenrod;
|
||||
|
||||
public TestBeatmapSkin(BeatmapInfo beatmapInfo, bool hasColours)
|
||||
: base(beatmapInfo, new ResourceStore<byte[]>(), null)
|
||||
: base(beatmapInfo, null, new ResourceStore<byte[]>())
|
||||
{
|
||||
if (hasColours)
|
||||
{
|
||||
|
Reference in New Issue
Block a user