Skip to content

Commit

Permalink
Enabled collision avoidance by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Feb 4, 2015
1 parent 8b459c4 commit 376e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthUtil/EarthManipulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ _min_vp_duration_s ( 3.0 ),
_max_vp_duration_s ( 8.0 ),
_camProjType ( PROJ_PERSPECTIVE ),
_camFrustOffsets ( 0, 0 ),
_disableCollisionAvoidance ( true ),
_disableCollisionAvoidance ( false ),
_throwingEnabled ( false ),
_throwDecayRate ( 0.05 )
{
Expand Down

0 comments on commit 376e954

Please sign in to comment.