From 7fe522ffbe1a7bf3cfa719b243e1a511e9c2187d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Sun, 19 Apr 2026 20:30:15 +0200 Subject: [PATCH] new minor change to test new https subdomain --- SakuraCore/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }