Normand Briere
2019-05-13 f924d3e00db476c06f55f3d5aaef307e17575340
Grafreed.java
....@@ -41,7 +41,11 @@
4141 static void Assert(boolean b)
4242 {
4343 if (!b)
44
+ {
45
+ b = !!b;
4446 new Exception().printStackTrace(); // assert(b);
47
+
48
+ }
4549 }
4650
4751 public void init()
....@@ -844,7 +848,7 @@
844848 //Monitor mon=MonitorFactory.start("myFirstMonitor");
845849 standAlone = true;
846850 grafreeD = new Grafreed();
847
- grafreeD.universe = new Composite();
851
+ grafreeD.universe = new cGroup();
848852 grafreeD.universe.name = "Grafreed";
849853 grafreeD.universe.material = new cMaterial();
850854 // theApplet3D.universe.textures = CameraPane.DEFAULT_TEXTURE;