Fixed merge conflict

This commit is contained in:
G2-Games 2024-05-08 09:42:28 -05:00
parent ae94c46aa8
commit 252f382099

View file

@ -114,12 +114,10 @@ impl CzImage for Cz4Image {
todo!()
}
<<<<<<< HEAD
fn set_bitmap(&mut self, bitmap: &[u8], width: u16, height: u16) {
todo!()
=======
fn set_bitmap(&mut self, bitmap: &[u8], header: &Self::Header) {
self.bitmap = bitmap.to_vec();
>>>>>>> 613e38c6b560990c77e994f2359fc4c30ff112a4
self.header.common.width = width;
self.header.common.height = height;
}
}