From 6294e9ed1c07b41ee7051c760b0f54b60cfc83ca Mon Sep 17 00:00:00 2001 From: WereTech <17415815+WereTech@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:04:45 -0600 Subject: add camera panning speed setting - adds a setting that changes the speed of the camera when panning with the CameraShift keybind. - fixes what I assume is a typo in the zoom slider that referenced the resolution list size instead of the zoom list size --- source/frontend/StarGraphicsMenu.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarGraphicsMenu.hpp') diff --git a/source/frontend/StarGraphicsMenu.hpp b/source/frontend/StarGraphicsMenu.hpp index 8801bfe..c081778 100644 --- a/source/frontend/StarGraphicsMenu.hpp +++ b/source/frontend/StarGraphicsMenu.hpp @@ -27,6 +27,7 @@ private: List m_resList; List m_zoomList; + List m_cameraSpeedList; JsonObject m_localChanges; }; -- cgit v1.2.3