From 54adfcbf93eb477bedeec45409f36cf7e102b790 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 16 Sep 2019 21:54:55 -0400 Subject: [PATCH] Navigation with intersection. --- Camera.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Camera.java b/Camera.java index e2f05a8..e9360b7 100644 --- a/Camera.java +++ b/Camera.java @@ -302,7 +302,7 @@ } else if (//shaper_fovy < 180 && factor > 1 || - shaper_fovy * factor < 180) + shaper_fovy * factor < 150) { shaper_fovy *= factor; //System.out.println("fovy = " + shaper_fovy); -- Gitblit v1.6.2