summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 004fbf3..084b8ec 100644
--- a/main.go
+++ b/main.go
@@ -28,7 +28,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
- vertices = stl.toVertices()
+ vertices,vertex_normals = stl.toVertices()
// lock this program to one OS thread (details: https://golang.org/pkg/runtime/#LockOSThread)
log.Println("Locking OS thread")