Fix Player tm, a lifes job

This commit is contained in:
jens verwiebe 2018-02-25 10:35:08 +01:00
parent d91f2ac37a
commit 15dfd866db
1 changed files with 1 additions and 1 deletions

View File

@ -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,