From 4cd9067df6d30c94f481f4322b1dbd3c28615b19 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 13 Nov 2025 23:53:51 -0800 Subject: [PATCH] remove check, array case handled --- app/InteriorInstance.tsx | 3 --- 1 file changed, 3 deletions(-) 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 ? (