Normand Briere
2019-06-16 b33ef80d78f01a6a61f4248b1bb7deaade42d503
cRadio.java
....@@ -35,7 +35,7 @@
3535 camera = (Camera)Grafreed.clone(c);
3636 }
3737
38
- Object3D graphs[] = new Object3D[10000];
38
+ byte[] graphs[] = new byte[10000][];
3939 int undoindex = 0;
4040
4141 Object3D object;