Skip to content

Commit

Permalink
XCD-210: First pick does not work with doublePickFlyTo enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlal99 committed Dec 23, 2024
1 parent 29f31fc commit 7c87f9e
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 7c87f9e

Please sign in to comment.