Commit 1529ae86 authored by hengli's avatar hengli

Disabled mouse-based throwing movement of camera in 3D view.

parent 0bf76fb6
......@@ -74,8 +74,8 @@ GCManipulator::handle(const osgGA::GUIEventAdapter& ea,
if (isMouseMoving()) {
if (calcMovement()) {
us.requestRedraw();
us.requestContinuousUpdate(true);
_thrown = true;
us.requestContinuousUpdate(false);
_thrown = false;
}
} else {
flushMouseEventStack();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment