Closed DaPandamonium closed 1 month ago
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? 🙏
Merged this already, but feel free to submit a new PR for the MDX changes. 😃
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.