Skip to content

Commit 5948981

Browse files
committed
fix semantic merge conflict
1 parent 40c2702 commit 5948981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/material/Mtrl.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module NT = {
9898
| Space(_) => Bound.(Root, Root)
9999
| Grout(_) => (Node(0), Node(0))
100100
| Tile((_, Root)) => (Root, Root)
101-
| Tile((s, Node(mold))) when s != mold.sort => (Root, Root)
101+
| Tile(((_, s), Node(mold))) when s != mold.sort => (Root, Root)
102102
| Tile((_, Node(mold))) => Mold.bounds(mold);
103103

104104
module Map =

0 commit comments

Comments
 (0)