mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-04 22:10:34 +03:00
Fixed unclosable engine
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Nuake {
|
||||
|
||||
void Application::Run()
|
||||
{
|
||||
while (m_Running)
|
||||
while (!m_Window->ShouldClose())
|
||||
{
|
||||
for (auto& layer : m_LayerStack)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user