diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-27 16:31:10 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-27 16:31:10 +1000 |
commit | 2a751e2e37c29c813739432485cf5622b15d1297 (patch) | |
tree | 55bea17c4ffa71c5b4fd40ecf2fa2fb006b4e567 /source/client/StarClientApplication.hpp | |
parent | a5fc77820fe32a9f0c511cfabd3cbd9ccdb72227 (diff) |
Make zoom key-binds holdable
also fixed some random UI shine cause it was the wrong freaking size
Diffstat (limited to 'source/client/StarClientApplication.hpp')
-rw-r--r-- | source/client/StarClientApplication.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp index 5670595..f0eacb0 100644 --- a/source/client/StarClientApplication.hpp +++ b/source/client/StarClientApplication.hpp @@ -108,6 +108,7 @@ private: int m_cameraOffsetDownTicks = 0; Vec2F m_cameraPositionSmoother; Vec2F m_cameraSmoothDelta; + int m_cameraZoomDirection; int m_minInterfaceScale = 2; int m_maxInterfaceScale = 3; |