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>2020-10-02 13:41:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-02 13:41:03 +0300
commitd858859402798898251bc3939ab0b6cf8c70dcd7 (patch)
tree3e4c11c909a14c052091933433b7e59b2be48636 /source/blender/draw/engines/overlay
parentd1f6c2e7bb59e12f381bffdbaf8274936f404b7e (diff)
Cleanup: spelling
Also correct own correction from 58b8724a4892 thanks @mont29 for raising this.
Diffstat (limited to 'source/blender/draw/engines/overlay')
-rw-r--r--source/blender/draw/engines/overlay/overlay_sculpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/engines/overlay/overlay_sculpt.c b/source/blender/draw/engines/overlay/overlay_sculpt.c
index a3860c9e25e..24c52ec427d 100644
--- a/source/blender/draw/engines/overlay/overlay_sculpt.c
+++ b/source/blender/draw/engines/overlay/overlay_sculpt.c
@@ -61,8 +61,8 @@ void OVERLAY_sculpt_cache_populate(OVERLAY_Data *vedata, Object *ob)
}
if (!pbvh_has_mask(pbvh) && !pbvh_has_face_sets(pbvh)) {
- /* The SculptSession and the PBVH can be created without a Mask datalayer or Face Set
- * datalayer. (masks datalayers are created after using a mask tool), so in these cases there
+ /* The SculptSession and the PBVH can be created without a Mask data-layer or Face Set
+ * data-layer. (masks data-layers are created after using a mask tool), so in these cases there
* is nothing to draw. */
return;
}