Skip to content

Commit

Permalink
remove scale
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Aug 24, 2019
1 parent b1e0e9f commit d4de055
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,6 @@ class Sprite {
this.context.save();
this.context.translate(this.viewX, this.viewY);

if (this.width < 0) {
this.context.scale(-1, 1);
}

if (this.rotation) {
this.context.rotate(this.rotation);
}
Expand Down

0 comments on commit d4de055

Please sign in to comment.