diff --git a/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs b/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs index cab8e7b1d68..78a842b88da 100644 --- a/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs +++ b/com.unity.render-pipelines.core/Runtime/RenderGraph/RenderGraph.cs @@ -271,7 +271,7 @@ public void Cleanup() /// public void EndFrame() { - //m_Resources.PurgeUnusedResources(); + m_Resources.PurgeUnusedResources(); m_DebugParameters.logFrameInformation = false; m_DebugParameters.logResources = false; }