diff options
| author | in1tiate <radwoodward@vikings.grayson.edu> | 2021-08-11 09:40:11 -0500 |
|---|---|---|
| committer | in1tiate <radwoodward@vikings.grayson.edu> | 2021-08-11 09:40:11 -0500 |
| commit | 42760bc3f86e1d38acbf6c3c9f675dbf6acc37c8 (patch) | |
| tree | d820e85f9599b7697af995eb3fab38036b8f81cb | |
| parent | d84194871e50d86ba36d01029192ecf0b7665127 (diff) | |
more accurate comment
| -rw-r--r-- | include/aolayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aolayer.h b/include/aolayer.h index 4b95ddbd..1216b324 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: |
