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:
Diffstat (limited to 'source/blender/blenkernel/intern/gpencil.c')
-rw-r--r--source/blender/blenkernel/intern/gpencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c
index 60e1869a212..842fa85bf76 100644
--- a/source/blender/blenkernel/intern/gpencil.c
+++ b/source/blender/blenkernel/intern/gpencil.c
@@ -1173,7 +1173,7 @@ Material *BKE_gpencil_object_material_ensure_from_active_input_material(Main *bm
return ma;
}
/* If the slot is empty, remove because will be added again,
- * if not, we will get and empty slot. */
+ * if not, we will get an empty slot. */
if ((ob->totcol > 0) && (ob->actcol == ob->totcol)) {
BKE_object_material_slot_remove(bmain, ob);
}