Commit: 12874c703cb4fe28600e2533309b3f855b226635 Author: Bastien Montagne Date: Mon Dec 28 00:33:07 2015 +0100 Branches: master https://developer.blender.org/rB12874c703cb4fe28600e2533309b3f855b226635
Cleanup typo. Harmless but irritating... :P =================================================================== M source/blender/blenkernel/BKE_material.h =================================================================== diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h index 87e5988..852564c 100644 --- a/source/blender/blenkernel/BKE_material.h +++ b/source/blender/blenkernel/BKE_material.h @@ -45,7 +45,7 @@ struct Scene; /* materials */ void init_def_material(void); -void BKE_material_free(struct Material *sc); +void BKE_material_free(struct Material *ma); void BKE_material_free_ex(struct Material *ma, bool do_id_user); void test_object_materials(struct Main *bmain, struct ID *id); void BKE_material_resize_object(struct Object *ob, const short totcol, bool do_id_user); _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
