Searched refs:MAX_CAMERA_ZOOM (Results 1 – 1 of 1) sorted by relevance
38 const float MAX_CAMERA_ZOOM = 10.0; variable68 if (zoomRatio < MIN_CAMERA_ZOOM || zoomRatio > MAX_CAMERA_ZOOM) { in SetCameraZoom()