fix slab detection for wall

This commit is contained in:
wass08
2026-01-29 15:08:57 +09:00
parent 916097733f
commit 9c185c4d33
6 changed files with 18 additions and 19 deletions
@@ -21,7 +21,7 @@ export const RoofRenderer = ({ node }: { node: RoofNode }) => {
>
{/* RoofSystem will replace this geometry in the next frame */}
<boxGeometry args={[0, 0, 0]} />
<meshStandardMaterial color="#8b4513" />
<meshStandardMaterial color="white" />
</mesh>
)
}