mirror of
https://github.com/workinghard/Cube4Fun.git
synced 2025-12-14 04:42:09 +00:00
Bugfix: Was able to find only first animation
This commit is contained in:
@@ -502,6 +502,7 @@ void checkAnimationSDCard() {
|
|||||||
if (_animationEndPos > _animationStartPos ) {
|
if (_animationEndPos > _animationStartPos ) {
|
||||||
// Goto next frame
|
// Goto next frame
|
||||||
myProjectFile.seek(_animationEndPos);
|
myProjectFile.seek(_animationEndPos);
|
||||||
|
myReadStatus = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user