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:
authorHans Goudey <h.goudey@me.com>2022-01-13 17:52:10 +0300
committerHans Goudey <h.goudey@me.com>2022-01-13 17:52:10 +0300
commit217abc23b0c97e90411200c0546ad890e3a48670 (patch)
tree78337e0db7c77c9266b3a912edd6f7b3a9c4d16f /source/blender
parent9f2b3c71108a38f2112ddb7e24edde7e3490f982 (diff)
Fix typo
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h2
1 files changed, 1 insertions, 1 deletions
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);