From 8e70468d027cbd1c65c2759a06aaf6f6e3798a41 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Tue, 7 Apr 2026 15:45:09 +0200 Subject: [PATCH] Guh --- src/d/actor/d_a_e_ph.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/d/actor/d_a_e_ph.cpp b/src/d/actor/d_a_e_ph.cpp index df22c6cb66..3213c2716e 100644 --- a/src/d/actor/d_a_e_ph.cpp +++ b/src/d/actor/d_a_e_ph.cpp @@ -1268,10 +1268,6 @@ int daE_PH_c::create() { if (mAction == 5) { dCamera_c* camera_p = dCam_getBody(); mCamFovY = camera_p->Fovy(); - if (mCamFovY < 1) { - OSReport("GUH"); - mCamFovY = 10; - } mCamCenter = camera_p->Center(); mCamCenterTarget = mCamCenter;