diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |