Skip to content

Commit

Permalink
mouseperspectivecamera enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ecthurlow committed Jan 24, 2016
1 parent de6f957 commit 9d1bdce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S-Tengine2/Source/S-Tengine2/src/MousePerspectiveCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
MousePerspectiveCamera::MousePerspectiveCamera() :
mouse(&Mouse::getInstance()),
speed(0.1f),
mouseSpeed(0.05f)
mouseSpeed(0.05f),
enabled(true)
{
lastMouseY = mouse->mouseX();
lastMouseX = mouse->mouseY();
Expand Down

0 comments on commit 9d1bdce

Please sign in to comment.