暂时放弃OpenGL

This commit is contained in:
星外之神 2022-06-03 19:51:06 +08:00
parent 2c0dc94c75
commit dcf925ca52

View File

@ -97,7 +97,7 @@ class Control():
while not self.done:
self.event_loop()
self.update()
pg.display.flip()
pg.display.update()
self.clock.tick(self.fps)
print('game over')