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

Trimmed trailing white space

This commit is contained in:
Henry Lin 2021-05-16 11:28:11 +08:00
parent 3519398a22
commit da13be6dd0

View File

@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
foreach (var obj in taikoBeatmap.HitObjects)
{
if (obj is Hit hit)
hit.Type = hit.Type == HitType.Centre ? HitType.Rim : HitType.Centre;
hit.Type = hit.Type == HitType.Centre ? HitType.Rim : HitType.Centre;
}
}
}