Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhongcui committed Jul 16, 2019
1 parent 6229869 commit 7badcf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ int main()
glDeleteVertexArrays(1, &VAO);
glDeleteBuffers(1, &VBO);
glDeleteBuffers(1, &EBO);
glDeleteTextures(1, &TextureA);

glfwTerminate();
return 0;
Expand Down

0 comments on commit 7badcf0

Please sign in to comment.