Examples: OpenGL3: cleaned up to match features of OpenGL2 example

This commit is contained in:
omar
2014-12-03 18:40:28 +00:00
parent b02eed3e49
commit 52b5376d9b
2 changed files with 84 additions and 85 deletions

View File

@ -305,7 +305,9 @@ int main(int argc, char** argv)
glfwSwapBuffers(window);
}
// Cleanup
ImGui::Shutdown();
glfwTerminate();
return 0;
return 0;
}