mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
tests: fix: fixed polygon ID 10 test
This commit is contained in:
@@ -561,7 +561,7 @@ POLYGONS = [
|
||||
}
|
||||
""",
|
||||
tiled_object.Polygon(
|
||||
id=9,
|
||||
id=10,
|
||||
name="name: polygon - invisible",
|
||||
points=[
|
||||
common_types.OrderedPair(0, 0),
|
||||
|
||||
Reference in New Issue
Block a user