summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorSpitfireX <timm.weber@me.com>2015-08-12 05:24:58 +0200
committerSpitfireX <timm.weber@me.com>2015-08-12 05:24:58 +0200
commit3650968ecf576fceae841f0ccd72cd8459b4aa01 (patch)
tree299940675c42e762e3056540c649a962688beb45 /main.py
parentd0f7aa9e680df92e16a31c139bab76d4ee23b208 (diff)
Made gui surface update explicit + some angle stuff
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 60fb8ad..d747869 100644
--- a/main.py
+++ b/main.py
@@ -53,3 +53,4 @@ while True:
stats.log_pos(c.player.center)
stats.log_mass(c.player.total_mass)
+ gui.update() \ No newline at end of file