Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igl | Terminate GLFW after closing the window
Summary: Call `glfwTerminate()` after closing the window. No need to call `glfwDestroyWindow()` explicitly as it is a part of `unique_ptr`. Reviewed By: dmannemela Differential Revision: D51318546 fbshipit-source-id: dd6f40e82a78fd6527633176c8192f960cefcc0e
- Loading branch information