#1138 All exported videos are the same file which may be broken: fix in internal player

This commit is contained in:
2016-01-24 09:04:04 +01:00
parent b9cb48c5e2
commit 56b63782a8
@@ -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;