Bypass optimised existing check in SkinManager (due to custom hashing function)

This commit is contained in:
Dean Herbert
2021-06-27 16:35:13 +09:00
parent e493685c14
commit 44f875b802
2 changed files with 9 additions and 1 deletions

View File

@ -125,6 +125,8 @@ namespace osu.Game.Skinning
private const string unknown_creator_string = "Unknown";
protected override bool HasCustomHashFunction => true;
protected override string ComputeHash(SkinInfo item, ArchiveReader reader = null)
{
// we need to populate early to create a hash based off skin.ini contents