From c2c0584dc918744b80f6344056eff6bcc8fc24f9 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 11 Nov 2023 12:38:30 +0400 Subject: [PATCH] Remove debugging --- submodules/MetalEngine/Sources/MetalEngine.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/submodules/MetalEngine/Sources/MetalEngine.swift b/submodules/MetalEngine/Sources/MetalEngine.swift index 9978f617fd..763bf8d662 100644 --- a/submodules/MetalEngine/Sources/MetalEngine.swift +++ b/submodules/MetalEngine/Sources/MetalEngine.swift @@ -954,7 +954,6 @@ public final class MetalEngine { } } - #if DEBUG #if targetEnvironment(simulator) if #available(iOS 13.0, *) { if let drawable = self.layer.nextDrawable() { @@ -966,7 +965,6 @@ public final class MetalEngine { commandBuffer.present(drawable) } #endif - #endif commandBuffer.commit() commandBuffer.waitUntilScheduled()