Fix bitmap

This commit is contained in:
Armel FAUVEAU
2024-06-24 19:32:50 +02:00
parent ee59118fce
commit 9f425bf085
4 changed files with 11 additions and 10 deletions

View File

@@ -108,10 +108,10 @@ void UI_DisplayStatus()
memcpy(line + x + 2, BITMAP_ScanList4, sizeof(BITMAP_ScanList4));
break;
case 4:
memcpy(line + x, BITMAP_ScanList5, sizeof(BITMAP_ScanList5));
memcpy(line + x + 1, BITMAP_ScanList5, sizeof(BITMAP_ScanList5));
break;
case 5:
memcpy(line + x, BITMAP_ScanList6, sizeof(BITMAP_ScanList6));
memcpy(line + x + 1, BITMAP_ScanList6, sizeof(BITMAP_ScanList6));
break;
}
}