Update standard
This commit is contained in:
@@ -55,6 +55,7 @@ void render_manager::update(){
|
||||
|
||||
void render_manager::request_exit()
|
||||
{
|
||||
if (m_windowCloseCallback) m_windowCloseCallback();
|
||||
if (m_windowCloseCallback)
|
||||
m_windowCloseCallback();
|
||||
glfwSetWindowShouldClose(m_mainWindow, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user