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
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-12-28 02:33:07 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-28 02:37:07 +0300
commit12874c703cb4fe28600e2533309b3f855b226635 (patch)
treefed95038f9267aa880fe8e134c2f5d3bac3c32e8 /source/blender/blenkernel/BKE_material.h
parentf30b0c60cffc962e3925cfe950ce760261e8c7d7 (diff)
Cleanup typo.
Harmless but irritating... :P
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 87e59885415..852564c8d90 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);