Retrieve separated skin instance from working beatmap for editing

This commit is contained in:
Bartłomiej Dach
2021-08-15 18:38:01 +02:00
parent 81280dfd25
commit 6108451449
14 changed files with 22 additions and 14 deletions

View File

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