1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 04:13:11 +08:00

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 // Drum roll ticks shouldn't move
} }