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