Skip to content

Commit

Permalink
Whoops. Didn't delete those uncommented lines in the last check in. T…
Browse files Browse the repository at this point in the history
…aking them out now.
  • Loading branch information
asweigart committed Aug 10, 2012
1 parent 2657bd7 commit c0600c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions square-shooter/square-shooter_makeover.py
Expand Up @@ -447,9 +447,6 @@ def render(self):
text = self.hud_font.render(str(self.world.score), False, BLACK)
self.screen.blit(text, (MAP_WIDTH + 20, 48 * 5))

fps_text = self.msg_font.render(str(self.fps), False, GREEN)
self.screen.blit(fps_text, (0, 0))

pygame.display.flip()

def render_background(self, level):
Expand Down

0 comments on commit c0600c6

Please sign in to comment.