Author: ArcRiley
Date: 2008-02-24 09:59:16 -0500 (Sun, 24 Feb 2008)
New Revision: 974

Modified:
   trunk/pysoy/src/scenes/soy.scenes.pxd
Log:
commenting out two lines in soy.scenes.pxd (Planar class) so it compiles


Modified: trunk/pysoy/src/scenes/soy.scenes.pxd
===================================================================
--- trunk/pysoy/src/scenes/soy.scenes.pxd       2008-02-24 06:23:54 UTC (rev 
973)
+++ trunk/pysoy/src/scenes/soy.scenes.pxd       2008-02-24 14:59:16 UTC (rev 
974)
@@ -57,5 +57,5 @@
 cdef class Planar (Scene) :
   cdef ode.dGeomID                _planeID
   cdef int                        _offset
-  cdef soy._datatypes.Vert      _verts[4]
-  cdef soy._datatypes.Face      _faces[2]
\ No newline at end of file
+  #cdef soy._datatypes.Vert      _verts[4]
+  #cdef soy._datatypes.Face      _faces[2]

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

Reply via email to