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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-17 04:19:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-17 04:40:36 +0300
commit76e6d2f19dca971c80f451afcfb24b71ff350077 (patch)
treeb9688aa16d49763557649f90c10d314d0ffdbab2 /source/blender/draw/modes
parente7c02f14c7b0a2004e42500c4b0b024efb63c57f (diff)
Cleanup: spelling
Also remove historic bftgl reference.
Diffstat (limited to 'source/blender/draw/modes')
-rw-r--r--source/blender/draw/modes/edit_mesh_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/modes/edit_mesh_mode.c b/source/blender/draw/modes/edit_mesh_mode.c
index 623a4a52aed..9957dbae3fb 100644
--- a/source/blender/draw/modes/edit_mesh_mode.c
+++ b/source/blender/draw/modes/edit_mesh_mode.c
@@ -688,7 +688,7 @@ static void edit_mesh_add_ob_to_pass(Scene *scene,
skin_roots = DRW_mesh_batch_cache_get_edit_skin_roots(ob->data);
/* NOTE(fclem) We cannot use ob here since it would offset the instance attribs with
- * baseinstance offset. */
+ * base instance offset. */
DRW_shgroup_call(grp, skin_roots, NULL);
}
}