From 2a751e2e37c29c813739432485cf5622b15d1297 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:31:10 +1000 Subject: Make zoom key-binds holdable also fixed some random UI shine cause it was the wrong freaking size --- source/client/StarClientApplication.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/client/StarClientApplication.hpp') 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; -- cgit v1.2.3