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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to