diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-05-25 11:07:46 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-05-25 11:07:46 +0200 |
commit | d6828f4039352a44a1389313ba856369932732e4 (patch) | |
tree | 63e8db9146555479cfc8f233f72a49d6fec92ab4 /main.go | |
parent | aad26e524922d144fd4ed023dc0d60fadb62f253 (diff) | |
download | stlscope-d6828f4039352a44a1389313ba856369932732e4.tar stlscope-d6828f4039352a44a1389313ba856369932732e4.tar.zst stlscope-d6828f4039352a44a1389313ba856369932732e4.zip |
Split Graphics and App Functionality
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ func main() { // initialize graphics var graphics Graphics = newGraphics() + app.graphics = &graphics // connect graphics to the app // main loop for !app.window.ShouldClose() { |