[Bf-blender-cvs] [d8de018] master: update player stub

Campbell Barton noreply at git.blender.org
Tue Jul 19 11:27:01 CEST 2016


Commit: d8de018398d0151e9004943382f7b218ae460b77
Author: Campbell Barton
Date:   Tue Jul 19 19:31:27 2016 +1000
Branches: master
https://developer.blender.org/rBd8de018398d0151e9004943382f7b218ae460b77

update player stub

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

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 7c7958a..5c5f090 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -246,7 +246,7 @@ bool RE_HasFakeLayer(RenderResult *res) RET_ZERO
 
 /* zbuf.c stub */
 void antialias_tagbuf(int xsize, int ysize, char *rectmove) RET_NONE
-void RE_zbuf_accumulate_vecblur(struct NodeBlurData *nbd, int xsize, int ysize, float *newrect, float *imgrect, float *vecbufrect, float *zbufrect) RET_NONE
+void RE_zbuf_accumulate_vecblur(struct NodeBlurData *nbd, int xsize, int ysize, float *newrect, const float *imgrect, float *vecbufrect, const float *zbufrect) RET_NONE
 
 /* imagetexture.c stub */
 void ibuf_sample(struct ImBuf *ibuf, float fx, float fy, float dx, float dy, float *result) RET_NONE




More information about the Bf-blender-cvs mailing list