diff --git a/Sources/BrightroomUI/Shared/Components/ImageViews/MetalImageView.swift b/Sources/BrightroomUI/Shared/Components/ImageViews/MetalImageView.swift index 47080333..bc9c8e98 100644 --- a/Sources/BrightroomUI/Shared/Components/ImageViews/MetalImageView.swift +++ b/Sources/BrightroomUI/Shared/Components/ImageViews/MetalImageView.swift @@ -152,7 +152,7 @@ open class MetalImageView: MTKView, CIImageDisplaying, MTKViewDelegate { to: targetTexture, commandBuffer: commandBuffer, bounds: bounds, - colorSpace: processedImage.colorSpace ?? defaultColorSpace + colorSpace: defaultColorSpace ) commandBuffer.present(drawable)