mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove storage
override from LegacyBeatmapSkin
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, null, new ResourceStore<byte[]>())
|
||||
: base(beatmapInfo, null)
|
||||
{
|
||||
if (hasColours)
|
||||
{
|
||||
|
Reference in New Issue
Block a user