mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
jak2 ref
This commit is contained in:
+2
-2
@@ -160,9 +160,9 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(set! (-> this time-adjust-ratio) (* 0.2 f0-6))
|
||||
(set! (-> this time-adjust-ratio) (/ f0-6 5))
|
||||
)
|
||||
(set! (-> this seconds-per-frame) (* 0.016666668 (-> this time-adjust-ratio)))
|
||||
(set! (-> this seconds-per-frame) (/ (-> this time-adjust-ratio) 60))
|
||||
(set! (-> this frames-per-second) (if (= (-> this time-adjust-ratio) 0.0)
|
||||
0.0
|
||||
(* 60.0 (/ 1.0 (-> this time-adjust-ratio)))
|
||||
|
||||
Reference in New Issue
Block a user