[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33916] trunk/blender/source/blenderplayer /bad_level_call_stubs/stubs.c: stubs update for multitex_ext_safe

Mitchell Stokes mogurijin at gmail.com
Mon Dec 27 22:58:07 CET 2010


Revision: 33916
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33916
Author:   moguri
Date:     2010-12-27 22:58:07 +0100 (Mon, 27 Dec 2010)

Log Message:
-----------
stubs update for multitex_ext_safe

Modified Paths:
--------------
    trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c

Modified: trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c
===================================================================
--- trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c	2010-12-27 20:05:34 UTC (rev 33915)
+++ trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c	2010-12-27 21:58:07 UTC (rev 33916)
@@ -107,6 +107,7 @@
 /* texture.c */
 int multitex_thread(struct Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, struct TexResult *texres, short thread, short which_output) {return 0;}
 int multitex_ext(struct Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, struct TexResult *texres){return 0;}
+int multitex_ext_safe(struct Tex *tex, float *texvec, struct TexResult *texres){return 0;}
 int multitex_nodes(struct Tex *tex, float *texvec, float *dxt, float *dyt, int osatex, struct TexResult *texres, short thread, short which_output, struct ShadeInput *shi, struct MTex *mtex) {return 0;}
 
 /* nodes */





More information about the Bf-blender-cvs mailing list