From 42760bc3f86e1d38acbf6c3c9f675dbf6acc37c8 Mon Sep 17 00:00:00 2001 From: in1tiate Date: Wed, 11 Aug 2021 09:40:11 -0500 Subject: [PATCH] more accurate comment --- include/aolayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aolayer.h b/include/aolayer.h index 4b95ddb..1216b32 100644 --- a/include/aolayer.h +++ b/include/aolayer.h @@ -140,7 +140,7 @@ protected: // Center the QLabel in the viewport based on the dimensions of f_pixmap void center_pixmap(QPixmap f_pixmap); - // Populate the frame and delay vectors. Done asynchronously. + // Populates the frame and delay vectors with the next frame's data. void load_next_frame(); signals: