Compare commits

...

1 Commits

Author SHA1 Message Date
7fe522ffbe new minor change to test new https subdomain 2026-04-19 20:30:15 +02:00

View File

@@ -138,8 +138,8 @@ void Application::Run() {
if (!m_isRunning) {
break;
}
// Rendering
// Rendering
for (auto &layer : m_LayerStack) {
layer->OnRender();
}