Added some comments.
This commit is contained in:
parent
09a1647197
commit
6401a2031f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class GDPygame:
|
||||||
self.exit()
|
self.exit()
|
||||||
return
|
return
|
||||||
|
|
||||||
elif event.type == pygame.VIDEORESIZE:
|
elif event.type == pygame.VIDEORESIZE: # when the window gets resized
|
||||||
self.window_update(event.size)
|
self.window_update(event.size)
|
||||||
|
|
||||||
def exit(self):
|
def exit(self):
|
||||||
|
|
Loading…
Reference in a new issue