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:
authorAntonioya <blendergit@gmail.com>2019-06-17 17:12:50 +0300
committerAntonioya <blendergit@gmail.com>2019-06-17 17:12:50 +0300
commit6ae2de026622e8e77d5d9682160c6347e0b65b59 (patch)
treecb696ecf3c4a7bf2a6404252b35228aa031ae2f4 /source/blender/blenkernel/intern/gpencil.c
parente0b8dccd623a39fe0bcc351484483932fde9d310 (diff)
Cleanup: Fix typo error
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);
}