Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lul11003 committed Apr 4, 2015
1 parent 394b847 commit 521ca54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MerchantRPGCSE2102/src/sprites/PlayerSprite.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ public void move() {
* @param g Graphics2D for painting
*/
public void paint(Graphics2D g) {
g.setColor(color);
g.fillOval(getX(), getY(), WIDTH, WIDTH);

g.drawImage(animation.getSprite(), x, y, null);
}

Expand Down

0 comments on commit 521ca54

Please sign in to comment.