Skip to content

Commit

Permalink
Removed line that returned before intermediate pointerup was processed (
Browse files Browse the repository at this point in the history
  • Loading branch information
PolygonalSun authored Jul 26, 2022
1 parent 37301b3 commit 4b074f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/dev/core/src/Inputs/scene.inputManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -798,10 +798,6 @@ export class InputManager {
}
}

if (!this._pointerCaptures[evt.pointerId] && evt.buttons > 0) {
return;
}

this._pointerCaptures[evt.pointerId] = false;
if (!scene.cameraToUseForPointers && !scene.activeCamera) {
return;
Expand Down

0 comments on commit 4b074f9

Please sign in to comment.