fix: overlooked the RET_ZERO appendix

This commit is contained in:
Gaia Clary
2017-06-25 17:04:47 +02:00
parent c9b95c28f6
commit ad58617bd2

View File

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