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:
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
|
// Drum roll ticks shouldn't move
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user