[Bf-blender-cvs] [217abc23b0c] temp-vert-normals-cleanup: Fix typo

Hans Goudey noreply at git.blender.org
Thu Jan 13 16:32:00 CET 2022


Commit: 217abc23b0c97e90411200c0546ad890e3a48670
Author: Hans Goudey
Date:   Thu Jan 13 08:52:10 2022 -0600
Branches: temp-vert-normals-cleanup
https://developer.blender.org/rB217abc23b0c97e90411200c0546ad890e3a48670

Fix typo

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

M	source/blender/editors/sculpt_paint/sculpt_intern.h

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index c0b8a1c6948..5034251e973 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -933,7 +933,7 @@ typedef struct {
   float radius_squared;
   bool original;
   bool ignore_fully_ineffective;
-  struct DistRayAconstABB_Precalc *dist_ray_to_aabb_precalc;
+  struct DistRayAABB_Precalc *dist_ray_to_aabb_precalc;
 } SculptSearchCircleData;
 
 void SCULPT_brush_test_init(struct SculptSession *ss, SculptBrushTest *test);



More information about the Bf-blender-cvs mailing list