mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Override UpdateScrollPosition instead of Update.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user