We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b574a commit 701767aCopy full SHA for 701767a
crates/bevy_render/src/mesh/morph.rs
@@ -104,7 +104,7 @@ impl MorphTargetImage {
104
}
105
106
/// Controls the [morph targets] for all child [`Handle<Mesh>`] entities. In most cases, [`MorphWeights`] should be considered
107
-/// the "source o[f truth" when writing morph targets for meshes. However you can choose to write child [`MeshMorphWeights`]
+/// the "source of truth" when writing morph targets for meshes. However you can choose to write child [`MeshMorphWeights`]
108
/// if your situation requires more granularity. Just note that if you set [`MorphWeights`], it will overwrite child
109
/// [`MeshMorphWeights`] values.
110
///
0 commit comments