Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Sep 10, 2020
1 parent 806e555 commit 95f3d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewer/scene/CameraControl/lib/CameraUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class CameraUpdater {
const worldPos = pickController.pickResult.worldPos;
pivotController.setPivotPos(worldPos);
pivotController.hidePivot();
states.proximitySurfacePos.set(worldPos);
} else {
dollyDistFactor = 1.0
}
Expand Down

0 comments on commit 95f3d26

Please sign in to comment.