Author: DavidCzech
Date: 2008-11-29 21:21:44 -0500 (Sat, 29 Nov 2008)
New Revision: 1381

Modified:
   trunk/pysoy/src/materials/Textured.pym
Log:
Quick fix: Textured's _render forgot to init _bump


Modified: trunk/pysoy/src/materials/Textured.pym
===================================================================
--- trunk/pysoy/src/materials/Textured.pym      2008-11-30 01:32:14 UTC (rev 
1380)
+++ trunk/pysoy/src/materials/Textured.pym      2008-11-30 02:21:44 UTC (rev 
1381)
@@ -164,6 +164,7 @@
   cdef int _render(self, int _pass, float* _texcoords, float* _tslvs) nogil :
     cdef int _i, _bump, _unit
     _unit = 0
+    _bump = 0;
     ######################################
     #
     # if there's no bumpmap, render it like a textured material

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

Reply via email to