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