From 16fb995697f93d48df565281a9d615606b4b3082 Mon Sep 17 00:00:00 2001 From: Emi <95967983+EmiOnGit@users.noreply.github.com> Date: Fri, 15 Mar 2024 04:32:52 +0100 Subject: [PATCH] =?UTF-8?q?change=20doc=20for=20SphereKind::Ico=20to=20ref?= =?UTF-8?q?lect=20that=20the=20triangles=20are=20equa=E2=80=A6=20(#12482)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Objective Fixes #12480 by removing the explicit mention of equally sized triangles from the doc for icospheres Co-authored-by: Emi --- crates/bevy_render/src/mesh/primitives/dim3/sphere.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs b/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs index 463f77025c..3c3c5755ad 100644 --- a/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs +++ b/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs @@ -25,7 +25,7 @@ pub enum IcosphereError { /// A type of sphere mesh. #[derive(Clone, Copy, Debug)] pub enum SphereKind { - /// An icosphere, a spherical mesh that consists of equally sized triangles. + /// An icosphere, a spherical mesh that consists of similar sized triangles. Ico { /// The number of subdivisions applied. /// The number of faces quadruples with each subdivision.