mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
update SliderTick calculation + more ticks in tests
math is hard >_<
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
AddNested(new SliderTick
|
||||
{
|
||||
SpanIndex = span,
|
||||
SliderStartTime = StartTime,
|
||||
SpanStartTime = spanStartTime,
|
||||
StartTime = spanStartTime + timeProgress * SpanDuration,
|
||||
Position = Curve.PositionAt(distanceProgress),
|
||||
StackHeight = StackHeight,
|
||||
|
Reference in New Issue
Block a user