Fix huge oversight causing test failures

This commit is contained in:
Dean Herbert 2022-10-19 23:54:12 +09:00
parent b9f41611a7
commit 677b8d09f8

View File

@ -413,7 +413,7 @@ namespace osu.Game.Beatmaps.Formats
string stringSampleSet = sampleSet.ToString().ToLowerInvariant();
if (stringSampleSet == @"none")
stringSampleSet = HitSampleInfo.HIT_NORMAL;
stringSampleSet = HitSampleInfo.BANK_NORMAL;
if (timingChange)
{