1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Reword comment

This commit is contained in:
smoogipoo 2020-04-21 17:20:37 +09:00
parent d8fdd73e17
commit 1f962f5c56

View File

@ -129,7 +129,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
public override void PlaySamples()
{
// The hold note does not play samples itself.
// Samples are played by the head/tail notes.
}
protected override void Update()