mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -209,7 +209,7 @@ private func makeEditorImageFrameComposition(inputImage: CIImage, gradientImage:
|
||||
resultImage = drawingImage.composited(over: resultImage)
|
||||
}
|
||||
|
||||
let frameRate: Float = 60.0
|
||||
let frameRate: Float = 30.0
|
||||
|
||||
let entitiesCount = Atomic<Int>(value: 1)
|
||||
let entitiesImages = Atomic<[(CIImage, Int)]>(value: [])
|
||||
|
||||
Reference in New Issue
Block a user