Skip to content

Commit

Permalink
Removed printing in animate()
Browse files Browse the repository at this point in the history
  • Loading branch information
349928465 committed Jun 13, 2024
1 parent 57ae560 commit 0788841
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private void collision() {
private void animate(){
if(walking){
if(animCounter == 0){
System.out.println("Changing frame.");
animCounter = animDelay;
animIndex++;
if(animIndex == R.length){
Expand Down

0 comments on commit 0788841

Please sign in to comment.