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();