summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-26 22:51:28 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-26 22:51:28 +0200
commitada18916c2ad68f7f2ac2d69ca51ac2e9a8b2df4 (patch)
tree8f5c668d7fc857759662b4192cbb4e72f0c23f6a /main.py
parentbe59b002fb2650bf17f58420fa93b0f8bef74a25 (diff)
draw cell.parent
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index c0e9a21..d07b6b8 100644
--- a/main.py
+++ b/main.py
@@ -71,6 +71,7 @@ while gui.running:
stats.process_frame()
+ gui.draw_debug()
gui.update()
if not c.player.is_alive: