Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Aug 26, 2023
1 parent b0d0681 commit 713b9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/repro/FloatingPointBoundsError.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Mesh.prototype.raycast = acceleratedRaycast;
BufferGeometry.prototype.computeBoundsTree = computeBoundsTree;
BufferGeometry.prototype.disposeBoundsTree = disposeBoundsTree;

// TODO: clean up test
describe( 'AVERAGE Points Raycast', () => {

let geometry, mesh, raycaster;
Expand Down

0 comments on commit 713b9bd

Please sign in to comment.