Skip to content

Commit

Permalink
fix error on 1.9 object deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jun 2, 2022
1 parent bbfba75 commit 7cf3270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdlevelconverter/gjobjects/gjgameobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class GJGameObject(gjdictionary.GJDictionary):
gjdictionary.ObjectDefinition(
key="object_id", index="1", deserialize_as=int),
gjdictionary.ObjectDefinition(
key="legacy_object_color", index="19", deserialize_as=GJCustomColorType),
key="legacy_object_color", index="19"),
gjdictionary.ObjectDefinition(
key="line_color", index="21", deserialize_as=int),
gjdictionary.ObjectDefinition(
Expand Down

0 comments on commit 7cf3270

Please sign in to comment.