Add missing bevy_text feature attribute to TextBundle from impl (#9785)
# Objective Add the `bevy_text` feature attribute to the `TextBundle` from impl in node_bundle.rs.
This commit is contained in:
parent
5eb6889832
commit
ca46d7c357
@ -268,6 +268,7 @@ impl TextBundle {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "bevy_text")]
|
||||
impl<I> From<I> for TextBundle
|
||||
where
|
||||
I: Into<TextSection>,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user