This commit is contained in:
PJB3005
2026-04-07 15:45:09 +02:00
parent 3229afa0b1
commit 8e70468d02
-4
View File
@@ -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;