Normand Briere
2019-08-17 07c0c67b88160b51e61c5c1d2b9b602daafa44a9
CSG.java
....@@ -132,7 +132,7 @@
132132 }
133133
134134 /**/
135
- void draw(CameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
135
+ void draw(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
136136 {
137137 if (csgType == UNION || !link2master) // || csgType == MERGE)
138138 {
....@@ -154,7 +154,7 @@
154154 }
155155 /**/
156156
157
- void PreprocessOcclusion(CameraPane cp)
157
+ void PreprocessOcclusion(iCameraPane cp)
158158 {
159159 if (csgType == UNION) // || csgType == MERGE)
160160 {