Merge origin/master

This commit is contained in:
Jindra Petřík
2016-01-24 09:12:46 +01:00

View File

@@ -157,7 +157,7 @@ public class PlaceObject2Tag extends PlaceObjectTypeTag implements ASMSourceCont
this.placeFlagHasRatio = ratio >= 0;
this.placeFlagHasColorTransform = colorTransform != null;
this.placeFlagHasMatrix = matrix != null;
this.placeFlagHasCharacter = characterId >= 0;
this.placeFlagHasCharacter = characterId > 0;
this.placeFlagMove = placeFlagMove;
this.depth = depth;
this.characterId = characterId;