TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Close()

void Window::Close ( )

Definition at line 176 of file Window.cpp.

177{
178 if (m_Window)
179 {
180 glfwDestroyWindow(m_Window);
181 }
182}