Handling window minimizing
This commit is contained in:
@@ -22,6 +22,9 @@ void WindowManager::render()
|
||||
{
|
||||
for (auto& window : windows)
|
||||
{
|
||||
window->pollInputs();
|
||||
if (window->isPaused())
|
||||
continue;
|
||||
window->render();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user