mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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];
|
var currentObj = Beatmap.HitObjects[currentIndex];
|
||||||
if (currentObj.GetType().Equals(desiredType) ||
|
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];
|
return Beatmap.HitObjects[currentIndex];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user