Skip to content

Commit

Permalink
Refactor CameraControl for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jun 30, 2023
1 parent 338a958 commit 12d691a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class PickController {
return;
}

this.pickedNothing = false;
this.pickedEntity = false;
this.pickedEntitySurface = false;
this.pickedVertex = false;
Expand Down

0 comments on commit 12d691a

Please sign in to comment.