Skip to content

Commit b8ca380

Browse files
authored
Merge pull request #158 from DaPandamonium/patch-4
Function Missing a letter & Removed Continue
2 parents 7c4c9f6 + 765ceaf commit b8ca380

File tree

1 file changed

+0
-1
lines changed
  • projects/build-pong-with-pygame

1 file changed

+0
-1
lines changed

projects/build-pong-with-pygame/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def main():
8787
if event.key == pygame.K_SPACE:
8888
started = True
8989

90-
continue
9190

9291
'''
9392
get the time elapse between now and the last frame

0 commit comments

Comments
 (0)