mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Revert ancient fix that's not needed anymore
This commit is contained in:
@@ -323,7 +323,7 @@ static bool animation_storage_load_frames(
|
||||
FileInfo file_info;
|
||||
FuriString* filename;
|
||||
filename = furi_string_alloc();
|
||||
size_t max_filesize = ROUND_UP_TO(width, 8) * height + 2;
|
||||
size_t max_filesize = ROUND_UP_TO(width, 8) * height + 1;
|
||||
|
||||
for(int i = 0; i < icon->frame_count; ++i) {
|
||||
frames_ok = false;
|
||||
|
||||
Reference in New Issue
Block a user