Fixed TopAlphaSpeed

This commit is contained in:
Hezkore
2021-11-19 16:34:49 +01:00
parent f6b9b54616
commit 35b73e2b2e

View File

@@ -1824,7 +1824,7 @@ CCam::WorkOutCamHeight(const CVector &TargetCoors, float TargetOrientation, floa
PreviousNearCheckNearClipSmall = false; PreviousNearCheckNearClipSmall = false;
} }
float TopAlphaSpeed = 0.015f; float TopAlphaSpeed = 0.15f;
float AlphaSpeedStep = 0.015f; float AlphaSpeedStep = 0.015f;
float zoomvalue = TheCamera.CarZoomValueSmooth; float zoomvalue = TheCamera.CarZoomValueSmooth;