Normand Briere
2019-05-02 a76491b66a2e304d9ae27a162f407b98c70fbafa
BlobComponent.java
....@@ -140,7 +140,7 @@
140140 info.g.drawArc(spot.x + 1, spot.y + 1, spot.width - 2, spot.height - 2, 0, 360);
141141 }
142142
143
- void draw(CameraPane display, boolean selected)
143
+ void draw(iCameraPane display, boolean selected)
144144 {
145145 }
146146 */