remove link to inexistent example (#12531)
# Objective
the example `global_vs_local_translation` was removed in 3600c5a340 but
this part of the documentation links to it
## Solution
yeet it
This commit is contained in:
parent
39385be635
commit
68f4f59ee6
@ -30,9 +30,7 @@ use std::ops::Mul;
|
||||
/// # Examples
|
||||
///
|
||||
/// - [`transform`]
|
||||
/// - [`global_vs_local_translation`]
|
||||
///
|
||||
/// [`global_vs_local_translation`]: https://github.com/bevyengine/bevy/blob/latest/examples/transforms/global_vs_local_translation.rs
|
||||
/// [`transform`]: https://github.com/bevyengine/bevy/blob/latest/examples/transforms/transform.rs
|
||||
#[derive(Component, Debug, PartialEq, Clone, Copy, Reflect)]
|
||||
#[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user