From 4eb67e535e4b4dae4127974a34763af25e724eb8 Mon Sep 17 00:00:00 2001 From: hugtalbot Date: Mon, 10 Aug 2026 16:44:20 +0200 Subject: [PATCH] Following v26.12 lifecycle --- src/PluginExample/MyMappingPendulumInPlane.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PluginExample/MyMappingPendulumInPlane.inl b/src/PluginExample/MyMappingPendulumInPlane.inl index 319e793..b57afae 100644 --- a/src/PluginExample/MyMappingPendulumInPlane.inl +++ b/src/PluginExample/MyMappingPendulumInPlane.inl @@ -85,7 +85,7 @@ void MyMappingPendulumInPlane::draw(const core::visual::VisualParams* v for (unsigned int i=0; idrawTool()->drawPoints (points, 7, type::RGBAColor::yellow()); @@ -93,7 +93,7 @@ void MyMappingPendulumInPlane::draw(const core::visual::VisualParams* v for (unsigned int i=0; idrawTool()->drawLines (points, 1, type::RGBAColor::green());