Revert "Add marker interface for beatmap skins"

This commit is contained in:
Craftplacer
2020-08-31 18:29:46 +02:00
committed by GitHub
parent db7497538b
commit 9b3a48ee5e
11 changed files with 19 additions and 48 deletions

View File

@ -188,7 +188,7 @@ namespace osu.Game.Tests.Beatmaps
this.resourceStore = resourceStore;
}
protected override IBeatmapSkin GetSkin() => new LegacyBeatmapSkin(skinBeatmapInfo, resourceStore, AudioManager);
protected override ISkin GetSkin() => new LegacyBeatmapSkin(skinBeatmapInfo, resourceStore, AudioManager);
}
}
}