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:
parent
c2ade44656
commit
2a7259f7aa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user