diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-10 01:26:46 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-10 01:26:46 +0200 |
commit | bedcfe67296a7d5b20e4b01b634f95d51529d4a4 (patch) | |
tree | f977cce412b4b78b1c71301a6a5e3105071582df | |
parent | f8fc2972e9ebd3fa335c249c9a1717ab1a30ebf7 (diff) |
fix bug with screen resizing
-rw-r--r-- | gui.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,8 @@ def set_client(cl): def draw_frame(): global screen global movement + global zoom + global screensize pygame.event.pump() clock.tick() |