mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Fix missing conditional
This commit is contained in:
parent
481546ec7a
commit
fe9aaf000c
@ -82,7 +82,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
|
||||
{
|
||||
if (HitObject.Samples.Any(s => s.Name == SampleInfo.HIT_FINISH) && TotalColumns != 8)
|
||||
convertType |= PatternType.Mirror;
|
||||
else
|
||||
else if (HitObject.Samples.Any(s => s.Name == SampleInfo.HIT_CLAP))
|
||||
convertType |= PatternType.Gathered;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user