Normand Briere
2019-06-17 e36047725ce3217618d4e5807ac7c8769b9e3598
ScriptNode.java
....@@ -1235,8 +1235,8 @@
12351235 }
12361236 if (command.equals("setsupport"))
12371237 {
1238
- boolean random = CameraPane.RANDOM;
1239
- CameraPane.RANDOM = false; // parse all random nodes
1238
+ boolean random = CameraPane.SWITCH;
1239
+ CameraPane.SWITCH = false; // parse all random nodes
12401240 if (object.support instanceof Merge)
12411241 {
12421242 ((Merge)object.support).renderme();
....@@ -1245,7 +1245,7 @@
12451245 object.linkVerticesThis(null);
12461246 object.linkVerticesThis(GetObject(GetAlias(strs[index+2])));
12471247 // object.setMasterThis(content); // should be identity
1248
- CameraPane.RANDOM = random;
1248
+ CameraPane.SWITCH = random;
12491249 return;
12501250 }
12511251 if (command.equals("setchild"))