Fix non-word aligned images

This commit is contained in:
Pk11
2021-08-28 00:40:12 -05:00
parent b53357f753
commit a80633f316
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -34,6 +34,7 @@
class Image {
private:
u32 _width = 0;
u32 _widthAligned = 0;
u32 _height = 0;
u8 _paletteStart = 0;
std::vector<u8> _bitmap = {};