Normand Briere
2019-11-21 ddb10cb84dddfeef1ef9946f2e13cef3c93e6cc4
RandomNode.java
....@@ -36,7 +36,7 @@
3636
3737 boolean IsSwitch()
3838 {
39
- return CameraPane.SWITCH && !this.link2support;
39
+ return CameraPane.SWITCH && !this.Link2Support();
4040 }
4141
4242 public int size()