diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-14 11:06:23 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-08-14 11:06:23 +1000 |
commit | 1a5507f019df1ca9ff4ae7f87d5e23047757194c (patch) | |
tree | 38a8c8e0eabdd1256756b186ee3e929155be0c3d /source/client | |
parent | 8bef4abdbc7030c39d6c74aed6bc05b07189d5a1 (diff) |
Update StarClientApplication.hpp
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/StarClientApplication.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp index 58abb9d..fe68f22 100644 --- a/source/client/StarClientApplication.hpp +++ b/source/client/StarClientApplication.hpp @@ -108,7 +108,7 @@ private: int m_cameraOffsetDownTicks = 0; Vec2F m_cameraPositionSmoother; Vec2F m_cameraSmoothDelta; - int m_cameraZoomDirection; + int m_cameraZoomDirection = 0; int m_minInterfaceScale = 2; int m_maxInterfaceScale = 3; |