From 5d2baaac3806a5aaf62f498254d87b8561d40600 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 4 Feb 2021 17:52:18 +0530 Subject: [PATCH] ... --- kitty/graphics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/graphics.c b/kitty/graphics.c index 2b1c5e571..3149123a9 100644 --- a/kitty/graphics.c +++ b/kitty/graphics.c @@ -1073,8 +1073,8 @@ handle_animation_frame_load_command(GraphicsManager *self, GraphicsCommand *g, I ABRT("EINVAL", "No frame with number: %u found", g->_other_frame_number); } if (other_frame->base_frame_id && reference_chain_too_large(img, other_frame)) { - // since the frame this frame refers to refers to yet another frame, make - // this a fully coalesced key frame, for performance + // since there is a long reference chain to render this frame, make + // it a fully coalesced key frame, for performance CoalescedFrameData cfd = get_coalesced_frame_data(self, img, other_frame); if (!cfd.buf) ABRT("EINVAL", "Failed to get data from frame referenced by frame: %u", frame_number); ComposeData d = {