diff --git a/src/Apps/Tools/CubeTest.cpp b/src/Apps/Tools/CubeTest.cpp index 342408d..b97ddf7 100644 --- a/src/Apps/Tools/CubeTest.cpp +++ b/src/Apps/Tools/CubeTest.cpp @@ -642,7 +642,7 @@ int main(int argc, char** argv) if (scrollDelta.y) { camera.fieldOfView += Radian(5_deg) * -scrollDelta.y; - camera.fieldOfView = Clamp(camera.fieldOfView, Radian(5_deg), Radian(180_deg)); + camera.fieldOfView = Clamp(camera.fieldOfView, Radian(5_deg), Radian(175_deg)); } if (handler.get(Input::ButtonCodes::Key_W))