[Bf-blender-cvs] [15dfd866db0] master: Fix Player tm, a lifes job

Jens Verwiebe noreply at git.blender.org
Sun Feb 25 10:35:49 CET 2018


Commit: 15dfd866db0c06796aabf09afee686a2ce4e1d75
Author: Jens Verwiebe
Date:   Sun Feb 25 10:35:08 2018 +0100
Branches: master
https://developer.blender.org/rB15dfd866db0c06796aabf09afee686a2ce4e1d75

Fix Player tm, a lifes job

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

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 85ed589dd78..f7afa5e0f2c 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -729,7 +729,7 @@ int UI_pie_menu_invoke_from_operator_enum(struct bContext *C, const char *title,
 /* RNA COLLADA dependency                                       */
 /* XXX (gaia) Why do we need this declaration here?             */
 /*     The collada header is included anyways further up...     */
-int collada_export(struct Scene *sce,
+int collada_export(struct bContext *C,
                    const char *filepath,
                    int apply_modifiers,
                    BC_export_mesh_type export_mesh_type,



More information about the Bf-blender-cvs mailing list