Add test for osu!catch skin colour decoding

Tests the skin configuration CatchTheBeat section's colours decoding part
This commit is contained in:
Salman Ahmed
2020-04-05 00:30:10 +03:00
parent 0014a8404e
commit b8327ed877
3 changed files with 41 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Catch.Skinning
{
private readonly ISkin source;
public CatchLegacySkinTransformer(ISkinSource source)
public CatchLegacySkinTransformer(ISkin source)
{
this.source = source;
}