mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 23:32:55 -05:00
Fixed merge conflict
This commit is contained in:
parent
ae94c46aa8
commit
252f382099
1 changed files with 3 additions and 5 deletions
|
@ -114,12 +114,10 @@ impl CzImage for Cz4Image {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
fn set_bitmap(&mut self, bitmap: &[u8], width: u16, height: u16) {
|
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();
|
self.bitmap = bitmap.to_vec();
|
||||||
>>>>>>> 613e38c6b560990c77e994f2359fc4c30ff112a4
|
|
||||||
|
self.header.common.width = width;
|
||||||
|
self.header.common.height = height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue