Skip to content

Commit

Permalink
remove the warning to keep consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Makio64 committed Sep 10, 2024
1 parent 4177e11 commit 4b7fe8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/objects/BatchedMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ class BatchedMesh extends Mesh {
// check if the provided geometryId is within the valid range
if ( geometryId < 0 || geometryId >= this._geometryCount ) {

console.warn( 'BatchedMesh: Invalid geometryId.' );
return null;

}
Expand Down

0 comments on commit 4b7fe8a

Please sign in to comment.