summaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rw-r--r--gui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 55000da..688c095 100644
--- a/gui.py
+++ b/gui.py
@@ -269,5 +269,3 @@ def draw_frame():
c.send_shoot()
if event.type == MOUSEMOTION:
c.send_target(*win_to_world_pt(event.pos, c.player.center))
-
- pygame.display.update()