This commit is contained in:
Hat Kid
2024-12-07 16:43:55 +01:00
parent a294f298c0
commit 407db66d5c
151 changed files with 473 additions and 496 deletions
+2 -2
View File
@@ -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)))