Increase mouse scrolling sensitivity in testbed application

This commit is contained in:
Daniel Chappuis 2016-04-01 18:46:13 +02:00
parent 97fd840150
commit 50a9feded6

View File

@ -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)