Merge branch 'rf/caster' of https://github.com/Beefy-Swain/pytiled_parser into rf/caster

This commit is contained in:
Darren Eberly
2020-06-09 21:32:18 -04:00

View File

@@ -245,7 +245,7 @@ def _get_common_attributes(raw_layer: RawLayer) -> Layer:
def _cast_tile_layer(raw_layer: RawLayer) -> TileLayer:
""" Cast the raw_layer to a TileLayer.
Args:
raw_layer: RawLayer to be casted to a TileLayer