summaryrefslogtreecommitdiff
path: root/subscriber.py
diff options
context:
space:
mode:
Diffstat (limited to 'subscriber.py')
-rw-r--r--subscriber.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subscriber.py b/subscriber.py
index 3312cbd..01853a8 100644
--- a/subscriber.py
+++ b/subscriber.py
@@ -100,7 +100,7 @@ class EnhancingSubscriber(DummySubscriber):
try:
oldpos = cell.poslog[-3-1]
cell.movement = (cell.pos - oldpos)/3
+ cell.movement_angle = cell.movement.angle()
except (AttributeError, IndexError):
# no oldpos available
- cell.movement = None
pass