1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Update LegacyBeatmapEncoderTest.cs

This commit is contained in:
Craftplacer 2020-09-01 18:15:46 +02:00
parent c2ade44656
commit 2a7259f7aa

View File

@ -77,7 +77,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
}
}
private class TestLegacySkin : LegacySkin, ISkin
private class TestLegacySkin : LegacySkin
{
public TestLegacySkin(IResourceStore<byte[]> storage, string fileName)
: base(new SkinInfo { Name = "Test Skin", Creator = "Craftplacer" }, storage, null, fileName)