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>2022-04-12 09:30:17 +0300
committerJeroen Bakker <jeroen@blender.org>2022-04-12 09:30:17 +0300
commitca7d7e02c3f58ad9d7ac742c5bef04df18f7f31c (patch)
tree91c0940e3cad823b13c1d6eba2894d6f785c9fd6
parent67e831af28be44c415a2ba1a851181ff557ae4f6 (diff)
Spelling in comments.
-rw-r--r--source/blender/blenkernel/BKE_pbvh_pixels.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_pbvh_pixels.hh b/source/blender/blenkernel/BKE_pbvh_pixels.hh
index 237f21bb17d..e04724e909b 100644
--- a/source/blender/blenkernel/BKE_pbvh_pixels.hh
+++ b/source/blender/blenkernel/BKE_pbvh_pixels.hh
@@ -19,8 +19,7 @@
namespace blender::bke::pbvh::pixels {
/**
- * Loop incides. Only stores 2 indices, the third one is always `loop_indices[1] + 1`.
- * Second could be delta encoded with the first loop index.
+ * Loop indices. Only stores 2 indices, the third one is always `loop_indices[1] + 1`.
*/
struct EncodedLoopIndices {
int2 encoded;