Cleanup: Correct commet about curves bounds

Missing from 97a8bb450c
This commit is contained in:
Hans Goudey
2023-05-09 13:03:08 -04:00
parent 3f44b24cf2
commit 3a0d17ceea

View File

@@ -82,7 +82,7 @@ class CurvesGeometryRuntime {
mutable SharedCache<Vector<float3>> 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.
*/