diff --git a/goal_src/jak1/engine/gfx/foreground/bones.gc b/goal_src/jak1/engine/gfx/foreground/bones.gc index 86aa2890c9..6f47667f65 100644 --- a/goal_src/jak1/engine/gfx/foreground/bones.gc +++ b/goal_src/jak1/engine/gfx/foreground/bones.gc @@ -1274,10 +1274,10 @@ ;; this would normally be fine in the PC port too, but we want the eyes to remain ;; using mercneric (dynamic texture updates) in PC. ;; so we force mercneric on models with envmap and very few tris. - ;; it seems to work so far... + ;; it seems to work so far... (flutflut has 134 triangles in the eye effect) (#when PC_PORT (when (and - (< (-> geom effect effect-idx tri-count) 100) + (< (-> geom effect effect-idx tri-count) 200) (-> geom header eye-ctrl) (nonzero? (-> geom header eye-ctrl)) )