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:
parent
b9f41611a7
commit
677b8d09f8
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user