Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Apr 9, 2024
1 parent c784890 commit 66ee37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesh1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"nodes": [[0.0, 0.0], [1.0, 0.0], [1.0, 1.0], [0.0, 1.0], [2.0, 0.0]],
"faces": [[0, 1, 2], [0, 2, 3], [1,4, 2]]
"faces": [[0, 1, 2], [0, 2, 3], [1, 4, 2]]
}

0 comments on commit 66ee37b

Please sign in to comment.