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>2021-11-08 06:14:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-08 06:14:14 +0300
commited24b7d9a231bc628195c274e163ce4808272929 (patch)
treeb48d924df502cbb054f7e81c26ef3d4282b6cde4 /source/blender/editors/space_view3d
parent3b726cfee82c134de24304b46d43c134c5752d0a (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_utils.c b/source/blender/editors/space_view3d/view3d_utils.c
index dab1b55072a..d6a1cd930fc 100644
--- a/source/blender/editors/space_view3d/view3d_utils.c
+++ b/source/blender/editors/space_view3d/view3d_utils.c
@@ -1682,7 +1682,8 @@ bool ED_view3d_depth_read_cached(const ViewDepths *vd,
return true;
}
- /* GPencil and Anotations also need the returned depth value to be high so that it is invalid. */
+ /* Grease-pencil and annotations also need the returned depth value to be high
+ * so the caller can detect it's invalid. */
*r_depth = FLT_MAX;
return false;
}