mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 13:19:16 +00:00
Fix for layer out frame
This commit is contained in:
parent
5b5d49664d
commit
f766cdadd9
@ -173,7 +173,7 @@
|
||||
|
||||
NSMutableArray *keys = [NSMutableArray array];
|
||||
NSMutableArray *keyTimes = [NSMutableArray array];
|
||||
CGFloat layerLength = _outFrame.integerValue;
|
||||
CGFloat layerLength = _outFrame.integerValue - 1;
|
||||
_layerDuration = (layerLength / _framerate.floatValue);
|
||||
|
||||
if (_hasInAnimation) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user