Remove storage override from LegacyBeatmapSkin

This commit is contained in:
Dean Herbert
2022-03-23 14:31:24 +09:00
parent b48aa1d8fa
commit 6c405f1dee
2 changed files with 5 additions and 7 deletions

View File

@ -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, null, new ResourceStore<byte[]>())
: base(beatmapInfo, null)
{
if (hasColours)
{