Skip to content

Commit

Permalink
Update bmsmsd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Oct 25, 2023
1 parent 2a28d3e commit b91e0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mercury_engine_data_structures/formats/bmsmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tile_size" / construct.Array(2, Float32l),
"x_tiles" / Int32sl,
"y_tiles" / Int32sl,
"dimension" / Struct(
"map_dimensions" / Struct(
"bottom_left" / CVector2D,
"top_right" / CVector2D,
),
Expand Down

0 comments on commit b91e0ce

Please sign in to comment.