Normand Briere
2019-06-16 372b7fd481a476cd659713a4a01bf28bf6760cbe
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 */