We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686ad69 commit f1b6385Copy full SHA for f1b6385
src/asyncpygame/_runner.py
@@ -43,4 +43,3 @@ def run(main_func, *, fps=30, auto_quit=True):
43
raise ap.ExceptionGroup(group.message, unignorable_excs)
44
finally:
45
main_task.cancel()
46
- pygame.quit()
0 commit comments