mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 08:52:54 +08:00
Adjust comment slightly
This commit is contained in:
parent
3d927a4f24
commit
0952c20c84
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Beatmaps
|
|||||||
NewCombo = comboData?.NewCombo ?? false,
|
NewCombo = comboData?.NewCombo ?? false,
|
||||||
ComboOffset = comboData?.ComboOffset ?? 0,
|
ComboOffset = comboData?.ComboOffset ?? 0,
|
||||||
LegacyLastTickOffset = legacyOffset?.LegacyLastTickOffset,
|
LegacyLastTickOffset = legacyOffset?.LegacyLastTickOffset,
|
||||||
// prior to v8, speed multipliers don't affect how many ticks are generated.
|
// prior to v8, speed multipliers don't adjust for how many ticks are generated over the same distance.
|
||||||
TickDistanceMultiplier = beatmap.BeatmapInfo.BeatmapVersion < 8 ? 1f / beatmap.ControlPointInfo.DifficultyPointAt(original.StartTime).SpeedMultiplier : 1
|
TickDistanceMultiplier = beatmap.BeatmapInfo.BeatmapVersion < 8 ? 1f / beatmap.ControlPointInfo.DifficultyPointAt(original.StartTime).SpeedMultiplier : 1
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user