Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2023-05-20 15:27:46 +04:00
50 changed files with 3714 additions and 971 deletions

View File

@@ -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: [])