Skip to content

Commit

Permalink
Merge pull request #1766 from xeokit/fix/XCD-210
Browse files Browse the repository at this point in the history
XCD-210: First pick does not work with doublePickFlyTo enabled
  • Loading branch information
xeolabs authored Dec 23, 2024
2 parents 29f31fc + 7c87f9e commit acc1f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class MousePickHandler {

this._timeout = setTimeout(() => {

if (firstClickPickResult && firstClickPickResult.worldPos) {
if (firstClickPickResult) {

cameraControl.fire("picked", firstClickPickResult, true);

Expand Down

0 comments on commit acc1f82

Please sign in to comment.