Skip to content

Commit

Permalink
Remove temp variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Nov 11, 2024
1 parent a167a0a commit 0afe732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/ExtensionUtilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const origBatchedRaycastFunc = BatchedMesh.prototype.raycast;
const _worldScale = /* @__PURE__ */ new Vector3();
const _mesh = /* @__PURE__ */ new Mesh();
const _batchIntersects = [];
const _drawRangeInfo = {};

export function acceleratedRaycast( raycaster, intersects ) {

Expand Down

0 comments on commit 0afe732

Please sign in to comment.