diff options
Diffstat (limited to 'app.go')
-rw-r--r-- | app.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,6 +70,6 @@ func (application *App) handle() { } // terminate closes the App. -func (application App) terminate() { +func (application *App) terminate() { glfw.Terminate() } |