Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2017-06-25 18:04:47 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2017-06-25 18:04:47 +0300
commitad58617bd2404745f0366c04a55b6a354d507e20 (patch)
tree492a9b0ea15cd76bd2788cc8e282663928fe85e0 /source
parentc9b95c28f64e9d7421b00cbf8ed4ecddd6471ae5 (diff)
fix: overlooked the RET_ZERO appendix
Diffstat (limited to 'source')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 248bd3e2c90..d00c7b6a022 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -746,7 +746,7 @@ int collada_export(struct Scene *sce,
BC_export_transformation_type export_transformation_type,
int open_sim,
int limit_precision,
- int keep_bind_info);
+ int keep_bind_info) RET_ZERO
void ED_mesh_calc_tessface(struct Mesh *mesh, bool free_mpoly) RET_NONE