Skip to content

Commit

Permalink
mypy issue in tilemap
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed May 14, 2020
1 parent 60c9baf commit 98ecb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/tilemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def process_layer(map_object: pytiled_parser.objects.TileMap,
layer_name: str,
scaling: float = 1,
base_directory: str = "",
use_spatial_hash: Optional[bool] = None) -> SpriteList:
use_spatial_hash: bool = False) -> SpriteList:
"""
This takes a map layer returned by the read_tmx function, and creates Sprites for it.
Expand Down

0 comments on commit 98ecb1c

Please sign in to comment.