From 432eb0d2b392196ae663e2ae3541ac44efc9474a Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:45:14 +0200 Subject: [PATCH] More iOS work --- src/core/renderer_mtl/renderer_mtl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();