Bugfix: Was able to find only first animation

This commit is contained in:
workinghard
2015-10-21 00:09:46 -07:00
committed by Nik
parent 8b6e07e04e
commit cedf182264

View File

@@ -502,6 +502,7 @@ void checkAnimationSDCard() {
if (_animationEndPos > _animationStartPos ) {
// Goto next frame
myProjectFile.seek(_animationEndPos);
myReadStatus = 0;
}
}