remove debug println, whoops
This commit is contained in:
@@ -90,7 +90,6 @@ public class Circle extends GameObject {
|
|||||||
this.comboEnd = comboEnd;
|
this.comboEnd = comboEnd;
|
||||||
updatePosition();
|
updatePosition();
|
||||||
this.color = Utils.nextColor();
|
this.color = Utils.nextColor();
|
||||||
System.out.println(this.color.getRed());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user