This commit is contained in:
PJB3005
2026-04-07 15:45:09 +02:00
parent c6b53b079c
commit 186789a9fb
-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;