Skip to content

Commit

Permalink
Update src/object_pool/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Del Grosso <[email protected]>
Signed-off-by: Thom de Jong <[email protected]>
  • Loading branch information
Thom-de-Jong and ad3154 authored Aug 16, 2023
1 parent 5249bf4 commit d20259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl From<ObjectType> for u8 {
ObjectType::ColourPalette => 45,
ObjectType::GraphicData => 46,
ObjectType::WorkingSetSpecialControls => 47,
ObjectType::ScalesGraphic => 48,
ObjectType::ScaledGraphic => 48,
}
}
}
Expand Down

0 comments on commit d20259c

Please sign in to comment.