diff --git a/source/graphics/GameView.cpp b/source/graphics/GameView.cpp index 80926a7aa7..c675814bb2 100644 --- a/source/graphics/GameView.cpp +++ b/source/graphics/GameView.cpp @@ -60,7 +60,7 @@ const float CGameView::defaultFOV = DEGTORAD(20.f); const float CGameView::defaultNear = 4.f; const float CGameView::defaultFar = 4096.f; const float CGameView::defaultCullFOV = CGameView::defaultFOV + DEGTORAD(6.0f); //add 6 degrees to the default FOV for use with the culling frustum -const float CGameView::cameraPivotMargin = 20.0f; +const float CGameView::cameraPivotMargin = -20.0f; /** * A value with exponential decay towards the target value.