Skip to content

Commit

Permalink
Tags are loaded explicitly from the mapobject
Browse files Browse the repository at this point in the history
Remove annotation which caused warnings during auto-deserialization of MapObjects. The tags have a custom serialization logic that is not covered by the reflection based implementation.
  • Loading branch information
steffen-wilke committed Dec 31, 2020
1 parent 912ecd2 commit c68821f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/de/gurkenlabs/litiengine/entities/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public abstract class Entity implements IEntity, EntityRenderListener, Tweenable

private double height;

@TmxProperty(name = MapObjectProperty.TAGS)
private final List<String> tags = new CopyOnWriteArrayList<>();

@TmxProperty(name = MapObjectProperty.RENDERWITHLAYER)
Expand Down

0 comments on commit c68821f

Please sign in to comment.