mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix alignment
This commit is contained in:
parent
fabc273e16
commit
dea605dd15
@ -281,7 +281,7 @@ private final class AnimatedStickerDirectFrameSourceCache {
|
||||
|
||||
self.frameCount = frameCount
|
||||
self.width = alignUp(size: width, align: 8)
|
||||
self.height = alignUp(size: width, align: 8)
|
||||
self.height = alignUp(size: height, align: 8)
|
||||
self.useHardware = useHardware
|
||||
|
||||
let suffix : String
|
||||
|
Loading…
x
Reference in New Issue
Block a user