Normand Briere
2019-05-13 f924d3e00db476c06f55f3d5aaef307e17575340
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 */