Skip to content

Commit

Permalink
GwnDaan review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannes Brands committed Nov 6, 2023
1 parent 6c01903 commit 975af83
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 244 deletions.
Binary file modified resources/test/AgIsoStack-rs-test-pool.iop
Binary file not shown.
4 changes: 2 additions & 2 deletions src/object_pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pub enum Object {
ColourPalette(ColourPalette),
GraphicData(GraphicData),
WorkingSetSpecialControls(WorkingSetSpecialControls),
ScaledGraphic(ScalesGraphic),
ScaledGraphic(ScaledGraphic),
}

impl Object {
Expand Down Expand Up @@ -1895,7 +1895,7 @@ pub struct GraphicData {
}

#[derive(Debug)]
pub struct ScalesGraphic {
pub struct ScaledGraphic {
pub id: ObjectId,
pub width: u16,
pub height: u16,
Expand Down
2 changes: 1 addition & 1 deletion src/object_pool/object_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ mod tests {
font_attributes_object: ObjectId::NULL,
line_attributes_object: ObjectId::NULL,
fill_attributes_object: ObjectId::NULL,
format: ColorFormat::Color8Bit,
format: ColorFormat::ColorMonochrome,
options: GraphicsContextOptions {
transparent: false,
color: ColorOption::ForegroundBackground,
Expand Down
Loading

0 comments on commit 975af83

Please sign in to comment.