summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-25 12:51:50 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-25 12:51:50 +0200
commit4ab710eba1708966f8ae9e637deafa5be060b6d5 (patch)
tree88c2a8b51a5d0963c1571563fc396500541fee0f /main.go
parente03455a979abf4444d4362dacbbf55c6915d3b69 (diff)
downloadstlscope-4ab710eba1708966f8ae9e637deafa5be060b6d5.tar
stlscope-4ab710eba1708966f8ae9e637deafa5be060b6d5.tar.zst
stlscope-4ab710eba1708966f8ae9e637deafa5be060b6d5.zip
Implement Home View
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 1bf0b9d..e74cd1f 100644
--- a/main.go
+++ b/main.go
@@ -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