BUGFIX:layer_order默认false
This commit is contained in:
@@ -36,6 +36,6 @@ public class DesignPythonBasic {
|
||||
|
||||
private Map<String, List<Integer>> body_point_test = Maps.newHashMap();
|
||||
|
||||
private Boolean layer_order = Boolean.TRUE;
|
||||
private Boolean layer_order = Boolean.FALSE;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user