mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Initial commit
This commit is contained in:
@ -110,7 +110,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
this.hasColours = hasColours;
|
||||
}
|
||||
|
||||
protected override ISkin GetSkin() => new TestBeatmapSkin(BeatmapInfo, hasColours);
|
||||
protected override IBeatmapSkin GetSkin() => new TestBeatmapSkin(BeatmapInfo, hasColours);
|
||||
}
|
||||
|
||||
private class TestBeatmapSkin : LegacyBeatmapSkin
|
||||
|
Reference in New Issue
Block a user