mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Remove alignment
This commit is contained in:
parent
b8d96fa0af
commit
4fea040b92
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user