BlobComponent.java
.. .. @@ -140,7 +140,7 @@ 140 140 info.g.drawArc(spot.x + 1, spot.y + 1, spot.width - 2, spot.height - 2, 0, 360); 141 141 } 142 142 143 - void draw(CameraPane display, boolean selected)143 + void draw(iCameraPane display, boolean selected)144 144 { 145 145 } 146 146 */