mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 22:55:33 +00:00
buttons fix (default clipDepth value)
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.List;
|
||||
*/
|
||||
public class DepthState {
|
||||
|
||||
public int characterId;
|
||||
public int characterId = -1;
|
||||
public MATRIX matrix = null;
|
||||
public String instanceName = null;
|
||||
public ColorTransform colorTransForm = null;
|
||||
@@ -40,9 +40,9 @@ public class DepthState {
|
||||
public boolean isVisible = true;
|
||||
public RGBA backGroundColor = null;
|
||||
public CLIPACTIONS clipActions = null;
|
||||
public int ratio;
|
||||
public int ratio = -1;
|
||||
public boolean key = false;
|
||||
public int clipDepth;
|
||||
public int clipDepth = -1;
|
||||
public int time = 0;
|
||||
|
||||
public DepthState() {
|
||||
|
||||
Reference in New Issue
Block a user