[Bf-blender-cvs] [37381ef] master: BGE: correct for last commit

Campbell Barton noreply at git.blender.org
Mon Feb 3 11:41:54 CET 2014


Commit: 37381ef4923694551d89802a3f415bfa77a466e7
Author: Campbell Barton
Date:   Mon Feb 3 21:41:00 2014 +1100
https://developer.blender.org/rB37381ef4923694551d89802a3f415bfa77a466e7

BGE: correct for last commit

===================================================================

M	source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp

===================================================================

diff --git a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp
index 40afcf0..b138f84 100644
--- a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp
+++ b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp
@@ -179,7 +179,7 @@ static int CheckTexfaceDM(void *mcol, int index)
 }
 */
 
-static DMDrawOption CheckTexDM(MTFace *tface, int has_mcol, int matnr)
+static DMDrawOption CheckTexDM(MTFace *tface, const bool has_mcol, int matnr)
 {
 
 	// index is the original face index, retrieve the polygon




More information about the Bf-blender-cvs mailing list