Author: ArcRiley
Date: 2008-03-04 12:45:12 -0500 (Tue, 04 Mar 2008)
New Revision: 1023

Modified:
   trunk/pysoy/src/scenes/Scene.pxi
Log:
reduced sleep time between Scene stepping


Modified: trunk/pysoy/src/scenes/Scene.pxi
===================================================================
--- trunk/pysoy/src/scenes/Scene.pxi    2008-03-04 17:32:15 UTC (rev 1022)
+++ trunk/pysoy/src/scenes/Scene.pxi    2008-03-04 17:45:12 UTC (rev 1023)
@@ -112,7 +112,7 @@
         self._callFields._foreach(_runField, NULL)
     self._stepUnLock()
     self._bodies.unlock()
-    return 10
+    return 1
 
   cdef void _coreRender(self) :
     cdef int i

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

Reply via email to