mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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)
|
foreach (var obj in taikoBeatmap.HitObjects)
|
||||||
{
|
{
|
||||||
if (obj is Hit hit)
|
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…
x
Reference in New Issue
Block a user