mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +08:00
Make comment more informative
This commit is contained in:
parent
9732f5d622
commit
9bd844bf4d
@ -143,7 +143,7 @@ namespace osu.Game.Rulesets.Taiko.Replays
|
||||
{
|
||||
var currentObj = Beatmap.HitObjects[currentIndex];
|
||||
if (currentObj.GetType().Equals(desiredType) ||
|
||||
currentObj is DrumRoll || currentObj is Swell) // It's best to unpress any remaining keys before DrumRoll or Swell
|
||||
currentObj is DrumRoll || currentObj is Swell) // Unpress all keys before DrumRoll or Swell
|
||||
return Beatmap.HitObjects[currentIndex];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user