mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 22:48:21 +00:00
Merge origin/master
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user