1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

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)
{