We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028bb90 commit a1dacb1Copy full SHA for a1dacb1
goal_src/jak1/engine/common-obs/linear-plat.gc
@@ -40,7 +40,7 @@
40
(let* ((cur-time (mod (the-as uint (current-time)) (-> this sync period)))
41
(pos 0))
42
(while (< pos (-> this path curve num-cverts))
43
- (let ((timing (seconds (-> this timings pos))))
+ (let ((timing (fsec (-> this timings pos))))
44
(when (< cur-time timing)
45
;; we should be between pos and pos+1
46
(return (+ (the float pos) (/ (the float cur-time) (the float timing)))))
0 commit comments