mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix doc typo (#9162)
# Objective - Fix a minor doc typo ## Solution - Fix the typo!
This commit is contained in:
parent
53108a29d1
commit
6cab87cb54
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ impl MorphTargetImage {
|
|||
}
|
||||
|
||||
/// Controls the [morph targets] for all child [`Handle<Mesh>`] entities. In most cases, [`MorphWeights`] should be considered
|
||||
/// 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`]
|
||||
/// if your situation requires more granularity. Just note that if you set [`MorphWeights`], it will overwrite child
|
||||
/// [`MeshMorphWeights`] values.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue