diff --git a/crates/bevy_render/src/mesh/shape/regular_polygon.rs b/crates/bevy_render/src/mesh/shape/regular_polygon.rs index 7f36dc1eaf..ed47ba3795 100644 --- a/crates/bevy_render/src/mesh/shape/regular_polygon.rs +++ b/crates/bevy_render/src/mesh/shape/regular_polygon.rs @@ -61,6 +61,7 @@ impl From for Mesh { } /// A circle in the `XY` plane +#[derive(Debug, Copy, Clone)] pub struct Circle { /// Inscribed radius in the `XY` plane. pub radius: f32,