Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Oct 26, 2023
1 parent 394d759 commit 0aab815
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/phaser/core/animation_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ export class AnimationManager {
this.sprite.setFrame(this.currentFrame);
}
} else {
console.warn('Cannot set frame: ' + value);
this.game.exceptionHandler(new Error('Cannot set frame'), { key: value });
}
}
Expand All @@ -333,7 +332,6 @@ export class AnimationManager {
this.sprite.setFrame(this.currentFrame);
}
} else {
console.warn('Cannot set frameName: ' + value);
this.game.exceptionHandler(new Error('Cannot set frameName'), { key: value });
}
}
Expand Down

0 comments on commit 0aab815

Please sign in to comment.