Skip to content

Commit f1b6385

Browse files
pygame.quit() を呼ばないようにする
1 parent 686ad69 commit f1b6385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/asyncpygame/_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ def run(main_func, *, fps=30, auto_quit=True):
4343
raise ap.ExceptionGroup(group.message, unignorable_excs)
4444
finally:
4545
main_task.cancel()
46-
pygame.quit()

0 commit comments

Comments
 (0)