make the drwing of the center of the circle a regular feature.

This commit is contained in:
Franz Dietrich 2026-05-21 15:05:23 +02:00
parent 6b558ca8a0
commit 998cffdcbf

View File

@ -360,7 +360,7 @@ fn draw_tween_arc(
direction,
);
// Debug: draw center using Lyon tessellation
// Draw center using Lyon tessellation this helps visualizing what is done.
if let Ok(mesh_data) = crate::tessellation::tessellate_circle(geom.center, 5.0, GRAY, true, 1.0)
{
draw_mesh(&mesh_data.to_mesh());