Commit: 314d93838e2766e02a6a272d397bf610aa3888fd
Author: Bastien Montagne
Date:   Tue Oct 3 12:31:36 2017 +0200
Branches: master
https://developer.blender.org/rB314d93838e2766e02a6a272d397bf610aa3888fd

Fix bplayer (c)

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

M       source/blenderplayer/bad_level_call_stubs/stubs.c

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

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c 
b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 6afb6c103e0..956f5d5f7ba 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -291,7 +291,7 @@ void RE_Database_Free(struct Render *re) RET_NONE
 void RE_FreeRender(struct Render *re) RET_NONE
 void RE_DataBase_GetView(struct Render *re, float mat[4][4]) RET_NONE
 int externtex(
-        struct MTex *mtex, const float vec[3], float *tin, float *tr, float 
*tg, float *tb, float *ta,
+        const struct MTex *mtex, const float vec[3], float *tin, float *tr, 
float *tg, float *tb, float *ta,
         const int thread, struct ImagePool *pool, const bool skip_load_image, 
const bool texnode_preview) RET_ZERO
 float texture_value_blend(float tex, float out, float fact, float facg, int 
blendtype) RET_ZERO
 void texture_rgb_blend(float in[3], const float tex[3], const float out[3], 
float fact, float facg, int blendtype) RET_NONE

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

Reply via email to