mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 11:22:55 +08:00
Override UpdateScrollPosition instead of Update.
This commit is contained in:
parent
b3e8a2257c
commit
90c441f614
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user