diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-23 08:35:06 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-23 08:35:06 -0400 |
commit | aec907fc9b365587bfb85168032eeca7cc892b4d (patch) | |
tree | 43453c6ac107844a70ea5e833491655184a17147 | |
parent | c9fe7c3f4c74c4475fc8bc2d838835ce5d851d41 (diff) |
graphics: mesh: Remove build-mesh export.
-rw-r--r-- | chickadee/graphics/mesh.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chickadee/graphics/mesh.scm b/chickadee/graphics/mesh.scm index 81a3a94..b00f975 100644 --- a/chickadee/graphics/mesh.scm +++ b/chickadee/graphics/mesh.scm @@ -71,7 +71,6 @@ mesh-primitives draw-mesh - build-mesh make-plane make-tesselated-plane make-cube |