diff --git a/SakuraCore/src/Application.cpp b/SakuraCore/src/Application.cpp index 90500b5..951b546 100644 --- a/SakuraCore/src/Application.cpp +++ b/SakuraCore/src/Application.cpp @@ -138,8 +138,8 @@ void Application::Run() { if (!m_isRunning) { break; } - // Rendering + // Rendering for (auto &layer : m_LayerStack) { layer->OnRender(); }