Skip to content

Commit

Permalink
Remove duplicate clock code.
Browse files Browse the repository at this point in the history
Fixes #13.
  • Loading branch information
seanmtracey committed Feb 24, 2017
1 parent aca5550 commit 60c5c83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Part 10/aliens.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def quitGame():

# 'main' loop
while True:
GAME_TIME.Clock().tick(30)
timeTick = GAME_TIME.get_ticks()
mousePosition = pygame.mouse.get_pos()
mouseStates = pygame.mouse.get_pressed()
Expand Down

0 comments on commit 60c5c83

Please sign in to comment.