2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Implement Lottie::MultiPlayer.

This commit is contained in:
John Preston
2019-06-28 15:24:33 +02:00
parent cbffeca8d5
commit 09c9f4ef9a
15 changed files with 437 additions and 133 deletions

View File

@@ -111,7 +111,7 @@ void Player::checkNextFrameAvailability() {
_nextFrameTime = _video->nextFrameDisplayTime();
if (_nextFrameTime != kTimeUnknown) {
checkVideoStep();
checkNextFrameRender();
}
}