changeset 355:41e31d8c4383

corrected small bug
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 03 Jul 2013 17:39:40 -0400
parents f1e94826981f
children 15fac9c45feb
files python/prediction.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/prediction.py	Thu Jun 27 16:44:53 2013 -0400
+++ b/python/prediction.py	Wed Jul 03 17:39:40 2013 -0400
@@ -249,7 +249,7 @@
             et.draw('bx')
         obj1.draw('r')
         obj2.draw('b')
-        title('instant {0}'.format(i))
+        title('instant {0}'.format(currentInstant))
         axis('equal')
 
     return collisionPoints, crossingZones