Skip to content

Commit

Permalink
Increase View max zoom from 18.5 to 20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Dec 16, 2015
1 parent 2a90a57 commit 621a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/view/view.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class View {
virtual ~View() {}

/* TODO: API for setting these */
constexpr static float s_maxZoom = 18.5;
constexpr static float s_maxZoom = 20.5;
constexpr static float s_minZoom = 0.0;

const glm::mat4& getOrthoViewportMatrix() const { return m_orthoViewport; };
Expand Down

0 comments on commit 621a011

Please sign in to comment.