Increase mouse scrolling sensitivity in testbed application
This commit is contained in:
parent
97fd840150
commit
50a9feded6
|
@ -45,7 +45,7 @@ using namespace trianglemeshscene;
|
||||||
using namespace heightfieldscene;
|
using namespace heightfieldscene;
|
||||||
|
|
||||||
// Initialization of static variables
|
// Initialization of static variables
|
||||||
const float TestbedApplication::SCROLL_SENSITIVITY = 0.02f;
|
const float TestbedApplication::SCROLL_SENSITIVITY = 0.08f;
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
TestbedApplication::TestbedApplication(bool isFullscreen)
|
TestbedApplication::TestbedApplication(bool isFullscreen)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user