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 e7d41c3 commit 5249bf4
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 @@ -63,7 +63,7 @@ pub enum ObjectType {
ColourPalette = 45,
GraphicData = 46,
WorkingSetSpecialControls = 47,
ScalesGraphic = 48,
ScaledGraphic = 48,
}

impl TryFrom<u8> for ObjectType {
Expand Down

0 comments on commit 5249bf4

Please sign in to comment.