added comment
This commit is contained in:
parent
cc1384f287
commit
aab0e12dfe
1 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ proc main() =
|
||||||
window.swapBuffers()
|
window.swapBuffers()
|
||||||
glfwPollEvents()
|
glfwPollEvents()
|
||||||
|
|
||||||
|
#cleanup
|
||||||
window.destroyWindow()
|
window.destroyWindow()
|
||||||
glDeleteShader(GLData.vertexShader)
|
glDeleteShader(GLData.vertexShader)
|
||||||
glDeleteShader(GLData.fragmentShader)
|
glDeleteShader(GLData.fragmentShader)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue