Skip to content

Commit

Permalink
Wahoo!! Fix weird bug where boss flies to the side.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Mathews committed Aug 22, 2011
1 parent 633fddd commit 7d5e2fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,8 @@ def update(self):
return True

def render(self, screen):
self.sprite.move(self.x, self.y)

if self.visible:
self.sprite.render(screen, 2)

Expand Down

0 comments on commit 7d5e2fd

Please sign in to comment.