mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 19:33:22 +08:00
Add TODO.
This commit is contained in:
parent
877ae52cff
commit
bf94587ca7
@ -62,6 +62,7 @@ namespace osu.Game.Modes.Taiko.Objects
|
||||
Velocity = timing.SliderVelocityAt(StartTime) * difficulty.SliderMultiplier / 1000;
|
||||
TickTimeDistance = timing.BeatLengthAt(StartTime);
|
||||
|
||||
//TODO: move this to legacy conversion code to allow for direct division without special case.
|
||||
if (difficulty.SliderTickRate == 3)
|
||||
TickTimeDistance /= 3;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user