Skip to content

Commit b9f1f9b

Browse files
authored
Fix rendering color space (#200)
1 parent c7cba8d commit b9f1f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BrightroomUI/Shared/Components/ImageViews/MetalImageView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ open class MetalImageView: MTKView, CIImageDisplaying, MTKViewDelegate {
152152
to: targetTexture,
153153
commandBuffer: commandBuffer,
154154
bounds: bounds,
155-
colorSpace: processedImage.colorSpace ?? defaultColorSpace
155+
colorSpace: defaultColorSpace
156156
)
157157

158158
commandBuffer.present(drawable)

0 commit comments

Comments
 (0)