From 1845ccf9abd1b4ed5882462ebea59b422fe431b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Aum=C3=BCller?= Date: Thu, 21 Mar 2024 15:16:43 +0100 Subject: [PATCH] add missing updateMeta --- module/geometry/Thicken/Thicken.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/module/geometry/Thicken/Thicken.cpp b/module/geometry/Thicken/Thicken.cpp index cb38b044ff..f167633102 100644 --- a/module/geometry/Thicken/Thicken.cpp +++ b/module/geometry/Thicken/Thicken.cpp @@ -213,6 +213,7 @@ bool Thicken::compute() r[i] = clamp(r[i], rmin, rmax); } + updateMeta(radius); if (tubes) tubes->setRadius(radius); if (spheres)