diff --git a/src/utils/auto-box-collider.js b/src/utils/auto-box-collider.js index dcabfb3c0b16c3df3301f98d71d9f28bf1ffc8b9..12fccbb4d6341e02a4498079859519b9df60fc8f 100644 --- a/src/utils/auto-box-collider.js +++ b/src/utils/auto-box-collider.js @@ -7,7 +7,6 @@ export function getBox(entity, boxRoot) { box.expandByObject = expandByObject; box.setFromObject(boxRoot); entity.object3D.rotation.copy(rotation); - entity.object3D.updateMatrixWorld(true); return box; }