Author: ArcRiley Date: 2008-03-04 11:21:32 -0500 (Tue, 04 Mar 2008) New Revision: 1019
Modified: trunk/pysoy/src/scenes/Scene.pxi Log: Ticket #934 : * removed debug printf in Scene.pxi Modified: trunk/pysoy/src/scenes/Scene.pxi =================================================================== --- trunk/pysoy/src/scenes/Scene.pxi 2008-03-04 16:15:45 UTC (rev 1018) +++ trunk/pysoy/src/scenes/Scene.pxi 2008-03-04 16:21:32 UTC (rev 1019) @@ -123,7 +123,6 @@ gl.glEnable(gl.GL_LIGHTING) (<soy.colors.Color> self._ambient)._getRGBA(_ambientLight) gl.glLightModelfv(gl.GL_LIGHT_MODEL_AMBIENT, _ambientLight) - stdio.printf('rendering scene\n') self._lights.lock() for i from 0 <= i < self._lights.current : # This is a quick hack (gl.GL_LIGHT0+i) _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn