mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Camera and editor improvements
This commit is contained in:
@@ -53,7 +53,7 @@ final class ImageTextureSource: TextureSource {
|
||||
func connect(to consumer: TextureConsumer) {
|
||||
self.output = consumer
|
||||
if let texture = self.texture {
|
||||
self.output?.consumeTexture(texture)
|
||||
self.output?.consumeTexture(texture, render: false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user