mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-28 01:58:11 -07:00
Fix leftover comment
This commit is contained in:
@@ -406,7 +406,7 @@ static StorageAnimation*
|
|||||||
valid = false;
|
valid = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(valid) { // Dont pick error anim randomly
|
if(valid) {
|
||||||
StorageAnimationList_next(it);
|
StorageAnimationList_next(it);
|
||||||
} else {
|
} else {
|
||||||
animation_storage_free_storage_animation(&storage_animation);
|
animation_storage_free_storage_animation(&storage_animation);
|
||||||
|
|||||||
Reference in New Issue
Block a user