Override UpdateScrollPosition instead of Update.

This commit is contained in:
smoogipooo 2017-03-22 01:51:53 +09:00
parent b3e8a2257c
commit 90c441f614

View File

@ -44,7 +44,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
}
}
protected override void Update()
protected override void UpdateScrollPosition(double time)
{
// Drum roll ticks shouldn't move
}