feat: window is open

This commit is contained in:
2025-10-04 14:56:39 +02:00
parent 81c4e08e36
commit 7f08e28a04
3 changed files with 6 additions and 1 deletions

View File

@ -61,6 +61,8 @@ Window::Window() {
glDebugMessageCallback(MessageCallback, nullptr);
glViewport(0, 0, m_width, m_height);
m_is_open = true;
}
void Window::ProcessEvents() {