From 2a3328df48eb6c1b9ceb74516b2861b87e4691f6 Mon Sep 17 00:00:00 2001 From: symphony Date: Tue, 26 Mar 2024 17:01:23 +0800 Subject: [PATCH] fix typo error --- src/objects/BatchedMesh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/BatchedMesh.js b/src/objects/BatchedMesh.js index d81b17ddc5a499..2a644ab2ac3f57 100644 --- a/src/objects/BatchedMesh.js +++ b/src/objects/BatchedMesh.js @@ -222,7 +222,7 @@ class BatchedMesh extends Mesh { } - // Make sure the geometry is compatible with the existing combined geometry atributes + // Make sure the geometry is compatible with the existing combined geometry attributes _validateGeometry( geometry ) { // check that the geometry doesn't have a version of our reserved id attribute