diff --git a/app/InteriorInstance.tsx b/app/InteriorInstance.tsx index 625d9566..6ded0182 100644 --- a/app/InteriorInstance.tsx +++ b/app/InteriorInstance.tsx @@ -41,9 +41,6 @@ function InteriorTexture({ material }: { material: Material }) { } function InteriorMesh({ node }: { node: Mesh }) { - if (Array.isArray(node.material)) { - throw new Error("Unexpected multi-material node"); - } return ( {node.material ? (