Normand Briere
2019-04-22 4a5b9e0b9ecc97203d4089ca0cd0d6df8c76bf1c
cSpring.java
....@@ -543,13 +543,13 @@
543543 }
544544
545545 // serial lost
546
- void DrawNode0(CameraPane display)
546
+ void DrawNode0(iCameraPane display)
547547 {
548548 super.DrawNode(display, null, false);
549549 }
550550
551551
552
- void DrawNode/*notused*/(CameraPane display, Object3D /*Composite*/ root, boolean selected)
552
+ void DrawNode/*notused*/(iCameraPane display, Object3D /*Composite*/ root, boolean selected)
553553 {
554554 // assert displaylist == -1;
555555