From 409da62dc8627243040324792ed5a81dacf3091d Mon Sep 17 00:00:00 2001 From: Max Van den Eynde Date: Tue, 21 Jul 2026 12:36:11 +0200 Subject: [PATCH] SSAO maps were invalidated every frame --- atlas/graphics/deferred.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/atlas/graphics/deferred.cpp b/atlas/graphics/deferred.cpp index d868829d..5a98727a 100644 --- a/atlas/graphics/deferred.cpp +++ b/atlas/graphics/deferred.cpp @@ -506,8 +506,6 @@ void Window::deferredRendering( } #endif - this->ssaoMapsDirty = true; - this->ssaoUpdateCooldown = 0.0f; this->renderSSAO(commandBuffer); auto targetRenderPass = opal::RenderPass::create();