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() { vertices = stl.toVertices() // initialize application (includes GLFW/window) - var app App = newApp() + var app App = newApp(&stl) defer app.terminate() // GLFW needs to be terminated! // initialize graphics |