[Bf-blender-cvs] [728d64c5dc0] blender2.8: Fix blenderplayer

Dalai Felinto noreply at git.blender.org
Mon Jul 17 09:30:43 CEST 2017


Commit: 728d64c5dc07e9f6dd1e10b3d9ef0ec82bbdd0d5
Author: Dalai Felinto
Date:   Mon Jul 17 09:30:39 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB728d64c5dc07e9f6dd1e10b3d9ef0ec82bbdd0d5

Fix blenderplayer

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

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 13f567762b5..4badcf22d49 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -379,7 +379,7 @@ void WM_manipulator_target_property_def_rna_ptr(struct wmManipulator *mpr, const
 void WM_manipulatorgrouptype_remove_ptr(struct wmManipulatorGroupType *wt) RET_NONE
 void WM_manipulatormaptype_group_unlink(struct bContext *C, struct Main *bmain, struct wmManipulatorMapType *mmap_type, const struct wmManipulatorGroupType *wgt) RET_NONE
 void WM_manipulatortype_append_ptr(void (*mnpfunc)(struct wmManipulatorType *, void *), void *userdata) RET_NONE
-void WM_manipulatortype_remove_ptr(struct wmManipulatorType *wt) RET_NONE
+void WM_manipulatortype_remove_ptr(struct bContext *C, struct Main *bmain, struct wmManipulatorType *wt) RET_NONE
 
 void ED_manipulator_draw_preset_box(const struct wmManipulator *mpr, float mat[4][4], int select_id) RET_NONE
 void ED_manipulator_draw_preset_arrow(const struct wmManipulator *mpr, float mat[4][4], int axis, int select_id) RET_NONE




More information about the Bf-blender-cvs mailing list