[Bf-blender-cvs] [ca7d7e02c3f] temp-T96710-pbvh-pixels: Spelling in comments.

Jeroen Bakker noreply at git.blender.org
Tue Apr 12 12:10:43 CEST 2022


Commit: ca7d7e02c3f58ad9d7ac742c5bef04df18f7f31c
Author: Jeroen Bakker
Date:   Tue Apr 12 08:30:17 2022 +0200
Branches: temp-T96710-pbvh-pixels
https://developer.blender.org/rBca7d7e02c3f58ad9d7ac742c5bef04df18f7f31c

Spelling in comments.

===================================================================

M	source/blender/blenkernel/BKE_pbvh_pixels.hh

===================================================================

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;



More information about the Bf-blender-cvs mailing list