Reduce default max zoom out from 33 to 22 units

This commit is contained in:
Kelsi 2026-02-23 08:11:49 -08:00
parent b70f08d14f
commit 52ef199af3

View file

@ -139,7 +139,7 @@ private:
float collisionDistance = 10.0f; // Max allowed by collision
bool externalFollow_ = false;
static constexpr float MIN_DISTANCE = 0.5f; // Minimum zoom (first-person threshold)
static constexpr float MAX_DISTANCE_NORMAL = 33.0f; // Default max zoom out
static constexpr float MAX_DISTANCE_NORMAL = 22.0f; // Default max zoom out
static constexpr float MAX_DISTANCE_EXTENDED = 50.0f; // Extended max zoom out
bool extendedZoom_ = false;
static constexpr float ZOOM_SMOOTH_SPEED = 15.0f; // How fast zoom eases