From 50a9feded6491b5089842c943cbe35a231342ddf Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Fri, 1 Apr 2016 18:46:13 +0200 Subject: [PATCH] Increase mouse scrolling sensitivity in testbed application --- testbed/src/TestbedApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/src/TestbedApplication.cpp b/testbed/src/TestbedApplication.cpp index 5baa3b82..8db8a827 100644 --- a/testbed/src/TestbedApplication.cpp +++ b/testbed/src/TestbedApplication.cpp @@ -45,7 +45,7 @@ using namespace trianglemeshscene; using namespace heightfieldscene; // Initialization of static variables -const float TestbedApplication::SCROLL_SENSITIVITY = 0.02f; +const float TestbedApplication::SCROLL_SENSITIVITY = 0.08f; // Constructor TestbedApplication::TestbedApplication(bool isFullscreen)