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:
parent
3519398a22
commit
da13be6dd0
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user