From 8c940ea529803ddabba6dc29995362da35f9e120 Mon Sep 17 00:00:00 2001 From: Brent Hickey Date: Wed, 13 Jul 2022 22:21:25 -0700 Subject: [PATCH] fix typo (#1645) fix typo and simplify --- goal_src/jak1/engine/target/target.gc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/goal_src/jak1/engine/target/target.gc b/goal_src/jak1/engine/target/target.gc index 5b54afb758..5d147b3b04 100644 --- a/goal_src/jak1/engine/target/target.gc +++ b/goal_src/jak1/engine/target/target.gc @@ -2781,16 +2781,10 @@ (lambda ((arg0 target)) (let ((f0-3 (seek (-> arg0 control root-prim local-sphere w) (the-as float 28672.0) - (* 286720.0 0 (if (or (= (-> *setting-control* current video-mode) '150fps) - (= (-> *setting-control* current video-mode) '100fps) - ) - 0.016666668 - (-> *display* seconds-per-frame) - ) - ) - ) + (* 286720.0 DISPLAY_FPS_RATIO 0.016666668) ;; changed for high fps + ) + ) ) - ) (set! (-> arg0 control root-prim local-sphere w) f0-3) f0-3 )