From 3a0d17ceeaec259b645a8dfb010ffddc9bd0dbbc Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Tue, 9 May 2023 13:03:08 -0400 Subject: [PATCH] Cleanup: Correct commet about curves bounds Missing from 97a8bb450cdb9b6457f9 --- source/blender/blenkernel/BKE_curves.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenkernel/BKE_curves.hh b/source/blender/blenkernel/BKE_curves.hh index a9fc268738c..d48eb64fe93 100644 --- a/source/blender/blenkernel/BKE_curves.hh +++ b/source/blender/blenkernel/BKE_curves.hh @@ -82,7 +82,7 @@ class CurvesGeometryRuntime { mutable SharedCache> evaluated_position_cache; /** - * A cache of bounds shared between data-blocks with unchanged positions and radii. + * A cache of bounds shared between data-blocks with unchanged positions. * When data changes affect the bounds, the cache is "un-shared" with other geometries. * See #SharedCache comments. */