diff --git a/submodules/AnimatedStickerNode/Sources/AnimatedStickerFrameSource.swift b/submodules/AnimatedStickerNode/Sources/AnimatedStickerFrameSource.swift index 3d62dec40b..6fb54ca3e6 100644 --- a/submodules/AnimatedStickerNode/Sources/AnimatedStickerFrameSource.swift +++ b/submodules/AnimatedStickerNode/Sources/AnimatedStickerFrameSource.swift @@ -280,8 +280,8 @@ private final class AnimatedStickerDirectFrameSourceCache { self.storeQueue = sharedStoreQueue self.frameCount = frameCount - self.width = alignUp(size: width, align: 8) - self.height = alignUp(size: height, align: 8) + self.width = width// alignUp(size: width, align: 8) + self.height = height//alignUp(size: height, align: 8) self.useHardware = useHardware let suffix : String