Author: TomWardill
Date: 2009-02-12 14:42:06 -0500 (Thu, 12 Feb 2009)
New Revision: 1513

Modified:
   trunk/pysoy/examples/pysoy_primer.py
Log:
Fix for passing single float, where list of floats expected


Modified: trunk/pysoy/examples/pysoy_primer.py
===================================================================
--- trunk/pysoy/examples/pysoy_primer.py        2009-02-08 20:19:49 UTC (rev 
1512)
+++ trunk/pysoy/examples/pysoy_primer.py        2009-02-12 19:42:06 UTC (rev 
1513)
@@ -28,7 +28,7 @@
 
 # Rotate the cube 1 unit in the X-axis, 1 unit in the Y-axis and 1 unit in the 
Z-axis
 body.rotation = (1, 1, 1)
-body.model.size = .5
+body.model.size = (0.5, 0.5, 0.5)
 
 #  Main loop: each run through this loop keeps the window open and rotates the 
cube
 while True:

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to