diff --git a/source/app.d b/source/app.d index f5a19a0..d3a6123 100644 --- a/source/app.d +++ b/source/app.d @@ -32,6 +32,8 @@ int main() SDL_Delay(2000); + SDL_GL_DeleteContext(context); + SDL_DestroyWindow(window); SDL_Quit();