This commit is contained in:
Bilel Bghiel
2015-06-22 10:26:59 +02:00
parent 25828bdbf9
commit 32fadbbec1
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -41,7 +41,6 @@ public class CoinAnimation extends DrawObject {
g2.setColor(new Color(255, 255, 0)); // GEEL
g2.draw(coinShape); // MUNTJE TEKENEN
g2.fill(coinShape);
System.out.println("ok");
}
// Wordt na elke paint aangeroepen