Author: ArcRiley
Date: 2008-03-06 19:55:45 -0500 (Thu, 06 Mar 2008)
New Revision: 1077

Modified:
   trunk/pysoy/src/bodies._bodies/Camera.pxi
Log:
Ticket #901 :
  * another test


Modified: trunk/pysoy/src/bodies._bodies/Camera.pxi
===================================================================
--- trunk/pysoy/src/bodies._bodies/Camera.pxi   2008-03-06 23:09:52 UTC (rev 
1076)
+++ trunk/pysoy/src/bodies._bodies/Camera.pxi   2008-03-07 00:55:45 UTC (rev 
1077)
@@ -40,7 +40,7 @@
   cdef void _coreProject(self) :  
     cdef gl.GLfloat  _mtx[16]
     #
-    # Bail now if in limbo
+    # Bail now if in the abyss
     if self._bodyID == NULL :
       return
     #
@@ -80,8 +80,8 @@
     _mtx[15] = 1.0
     gl.glLoadMatrixf(_mtx)
     gl.glTranslatef(-self._position[0], -self._position[1], -self._position[2])
+    (<soy.scenes.Scene> self._scene)._coreRender()
     '''
-    (<soy.scenes.Scene> self._scene)._coreRender()
     #
     # Framerate calc
     self._rtimes[self._rpt] = soy._internals._time()

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

Reply via email to