Skip to content

Commit 6e006b2

Browse files
committed
Octree: Fixed typo.
1 parent 625d234 commit 6e006b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/math/Octree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const _line2 = new Line3();
2020
const _box = new Box3();
2121
const _sphere = new Sphere();
2222
const _capsule = new Capsule();
23-
const _center = new Capsule();
23+
const _center = new Vector3();
2424

2525
const _temp1 = new Vector3();
2626
const _temp2 = new Vector3();

0 commit comments

Comments
 (0)