PICTUREFLOW: cambiado el modo en el que se realiza la animaci?n, ahora se utiliza un bucle con frame skiping

This commit is contained in:
Luis Ángel San Martín
2012-05-31 22:45:04 +02:00
parent ed850ef374
commit c3ed550793
2 changed files with 42 additions and 9 deletions

View File

@ -217,6 +217,7 @@ private:
PictureFlowPrivate* d;
QImage mark;
QVector<bool> marks;
int framesSkip;
};
#endif // PICTUREFLOW_H