Normand Briere
2019-06-11 5e6a6f3319f0c4c687fe71952ac9ecc17792b83a
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 */