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