Skip to content

Commit

Permalink
Update birds.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcteng authored Feb 22, 2021
1 parent 6ea0c9d commit 8ea4ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birds.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function onWindowResize() {
}

function onPointerMove( event ) {

console.log(event.isPrimary);
if ( event.isPrimary === false ) return;

mouseX = event.clientX - windowHalfX;
Expand Down

0 comments on commit 8ea4ed3

Please sign in to comment.