1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 19:10:35 +08:00

Fix typos in comment

This commit is contained in:
Dean Herbert
2020-04-27 14:41:19 +09:00
Unverified
parent 1cd4fd2ac4
commit ff736a22dd
+2 -2
View File
@@ -150,8 +150,8 @@ namespace osu.Game.Rulesets.Taiko.UI
rightArea.Padding = new MarginPadding { Left = leftArea.DrawWidth };
hitTargetOffsetContent.Padding = new MarginPadding { Left = HitTarget.DrawWidth / 2 };
// When rewinding, make sure to remove any auxilliary hit notes that were
// spawned and played during a drumroll.
// When rewinding, make sure to remove any auxiliary hit notes that were
// spawned and played during a drum roll.
if (Time.Elapsed < 0)
{
foreach (var o in drumRollHitContainer.Objects)