Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function Missing a letter & Removed Continue #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaPandamonium
Copy link
Contributor

@DaPandamonium DaPandamonium commented Oct 21, 2024

  • ball_rect.heigh missing letter t, should be ball_rect.height

  • continue is removed here to prevent skipping other parts of the loop. In the pygame event loop, using continue immediately after pygame.display.flip() causes the rest of the loop's code to be skipped.

- ball_rect.heigh missing letter t, should be ball_rect.height

# continue is removed here to prevent skipping other parts of the loop. In the pygame event loop, using continue immediately after pygame.display.flip() causes the rest of the loop's code to be skipped.
@intelagense
Copy link
Collaborator

We fixed the typo in an different PR 👍

But let's merge this to remove the continue. Can you include edits to the MDX as well to update the instructions to match first? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants