Skip to content

Commit

Permalink
fix(PlanarControls): reset focus policy default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and gchoqueux committed Dec 16, 2020
1 parent e8e4f01 commit b56aaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/PlanarControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const defaultOptions = {
minZenithAngle: 0,
maxZenithAngle: 82.5,
focusOnMouseOver: true,
focusOnMouseClick: false,
focusOnMouseClick: true,
handleCollision: true,
minDistanceCollision: 30,
enableSmartTravel: true,
Expand Down

0 comments on commit b56aaaf

Please sign in to comment.