Skip to content

Commit 44bdab8

Browse files
committed
minus sign
1 parent 3c3bf65 commit 44bdab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/projects/track/200m-lane-draw.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function convertLaneTime(time, currentLane, targetLane) {
2929
return null;
3030
}
3131

32-
return timeNum + (targetNum - currentNum) * LANE_EFFECT;
32+
return timeNum + (currentNum - targetNum) * LANE_EFFECT;
3333
}
3434

3535
export const metas = {

0 commit comments

Comments
 (0)