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:
authorJeroen Bakker <jeroen@blender.org>2021-01-11 11:05:34 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-11 11:52:16 +0300
commit618f7df7fc2782b743cfc060b1ff5e177e96ef36 (patch)
tree771f3f24023e19cf94f1f22038964af275a613a7
parent9fb32b2b2921bd3b92bf9d6faa9c23b262da6464 (diff)
Cleanup: Incorrect comment
-rw-r--r--source/blender/draw/intern/draw_cache_extract_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_extract_mesh.c b/source/blender/draw/intern/draw_cache_extract_mesh.c
index 68c5128bacd..d825dc40666 100644
--- a/source/blender/draw/intern/draw_cache_extract_mesh.c
+++ b/source/blender/draw/intern/draw_cache_extract_mesh.c
@@ -4939,7 +4939,7 @@ static const MeshExtract extract_fdots_nor = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots Normal and edit flag
+/** \name Extract Facedots UV
* \{ */
typedef struct MeshExtract_FdotUV_Data {