We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c2702 commit 5948981Copy full SHA for 5948981
src/core/material/Mtrl.re
@@ -98,7 +98,7 @@ module NT = {
98
| Space(_) => Bound.(Root, Root)
99
| Grout(_) => (Node(0), Node(0))
100
| Tile((_, Root)) => (Root, Root)
101
- | Tile((s, Node(mold))) when s != mold.sort => (Root, Root)
+ | Tile(((_, s), Node(mold))) when s != mold.sort => (Root, Root)
102
| Tile((_, Node(mold))) => Mold.bounds(mold);
103
104
module Map =
0 commit comments