[Bf-blender-cvs] [6b109da1141] blender2.8: BLF: Fix BlenderPlayer compilation.

Clément Foucault noreply at git.blender.org
Sun Apr 8 15:50:52 CEST 2018


Commit: 6b109da1141adae8a9360fc1cae3bdfc1e8c6841
Author: Clément Foucault
Date:   Sun Apr 8 14:28:46 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB6b109da1141adae8a9360fc1cae3bdfc1e8c6841

BLF: Fix BlenderPlayer compilation.

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

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 b7c520bfc15..865a133ed5d 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -680,8 +680,7 @@ void UI_GetThemeColorBlendShade3fv(int colorid1, int colorid2, float fac, int of
 void UI_GetThemeColorBlendShade4fv(int colorid1, int colorid2, float fac, int offset, float col[4]) RET_NONE
 void UI_GetThemeColorBlend3ubv(int colorid1, int colorid2, float fac, unsigned char col[3]) RET_NONE
 void UI_GetThemeColorShadeAlpha4ubv(int colorid, int coloffset, int alphaoffset, unsigned char col[4]) RET_NONE
-void UI_widget_batch_preset_reset(void) RET_NONE
-void UI_widget_batch_preset_exit(void) RET_NONE
+void UI_widgetbase_draw_cache_flush(void) RET_NONE
 
 /* rna template */
 void uiTemplateAnyID(uiLayout *layout, struct PointerRNA *ptr, const char *propname, const char *proptypename, const char *text) RET_NONE



More information about the Bf-blender-cvs mailing list