Normand Briere
2019-06-11 5e6a6f3319f0c4c687fe71952ac9ecc17792b83a
cRadio.java
....@@ -35,6 +35,9 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
+ Object3D graphs[] = new Object3D[10000];
39
+ int undoindex = 0;
40
+
3841 Object3D object;
3942 Camera camera;
4043 cButton layout;