@@ -456,7 +456,7 @@ function render() {
if ( statsContainer.innerHTML !== str ) {
- statsContainer.innerHTML = str
+ statsContainer.innerHTML = str;
}
@@ -62,7 +62,6 @@ export function raycastTraverseFirstHit( root, group, activeTiles, raycaster ) {
const tile = children[ i ];
const cached = tile.cached;
const groupMatrixWorld = group.matrixWorld;
- const transformMat = cached.transform;
_mat.copy( groupMatrixWorld );