Pygame error: display surface quit: Why?

前端 未结 8 1488
孤独总比滥情好
孤独总比滥情好 2020-12-04 01:54

Can anyone tell me why my app quits with:

pygame error: display Surface quit.

8条回答
  •  温柔的废话
    2020-12-04 02:27

    Make sure if you write pygame.QUIT: and not pygame.quit(): I know it sounds weird, but I had the same problem.

提交回复
热议问题