Skip to content

Commit d9eef90

Browse files
committed
fix face uv matrix
1 parent 8c2f4ed commit d9eef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/world/ChunkMesher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class ChunkMesher {
9494
if (opt) {
9595
return [...uv[0], ...uv[1], ...uv[2], ...uv[2], ...uv[1], ...uv[3]]
9696
} else {
97-
return [...uv[0], ...uv[2], ...uv[1], ...uv[1], ...uv[2], ...uv[3]]
97+
return [...uv[2], ...uv[0], ...uv[3], ...uv[3], ...uv[0], ...uv[1]]
9898
}
9999
}
100100

0 commit comments

Comments
 (0)