We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3bf65 commit 44bdab8Copy full SHA for 44bdab8
1 file changed
pages/projects/track/200m-lane-draw.jsx
@@ -29,7 +29,7 @@ function convertLaneTime(time, currentLane, targetLane) {
29
return null;
30
}
31
32
- return timeNum + (targetNum - currentNum) * LANE_EFFECT;
+ return timeNum + (currentNum - targetNum) * LANE_EFFECT;
33
34
35
export const metas = {
0 commit comments