diff options
author | SpitfireX <timm.weber@me.com> | 2015-08-12 05:24:58 +0200 |
---|---|---|
committer | SpitfireX <timm.weber@me.com> | 2015-08-12 05:24:58 +0200 |
commit | 3650968ecf576fceae841f0ccd72cd8459b4aa01 (patch) | |
tree | 299940675c42e762e3056540c649a962688beb45 /main.py | |
parent | d0f7aa9e680df92e16a31c139bab76d4ee23b208 (diff) |
Made gui surface update explicit + some angle stuff
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |