diff --git a/src/core/renderer_mtl/renderer_mtl.cpp b/src/core/renderer_mtl/renderer_mtl.cpp index 87769dee..f6361709 100644 --- a/src/core/renderer_mtl/renderer_mtl.cpp +++ b/src/core/renderer_mtl/renderer_mtl.cpp @@ -845,7 +845,7 @@ void RendererMTL::beginRenderPassIfNeeded( ) { createCommandBufferIfNeeded(); - if (1 ||doesClears || !renderCommandEncoder || colorTexture != lastColorTexture || + if (doesClears || !renderCommandEncoder || colorTexture != lastColorTexture || (depthTexture != lastDepthTexture && !(lastDepthTexture && !depthTexture))) { endRenderPass();