Remove alignment

This commit is contained in:
Ali 2022-02-22 22:21:37 +04:00
parent b8d96fa0af
commit 4fea040b92

View File

@ -280,8 +280,8 @@ private final class AnimatedStickerDirectFrameSourceCache {
self.storeQueue = sharedStoreQueue self.storeQueue = sharedStoreQueue
self.frameCount = frameCount self.frameCount = frameCount
self.width = alignUp(size: width, align: 8) self.width = width// alignUp(size: width, align: 8)
self.height = alignUp(size: height, align: 8) self.height = height//alignUp(size: height, align: 8)
self.useHardware = useHardware self.useHardware = useHardware
let suffix : String let suffix : String