Fix bad derive allows inserting OutlineBundle as a component.
This commit is contained in:
parent
cb9966da79
commit
a66e7f99d3
|
@ -79,7 +79,7 @@ pub struct Outline {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A bundle for rendering stenciled outlines around meshes.
|
/// A bundle for rendering stenciled outlines around meshes.
|
||||||
#[derive(Bundle, Clone, Component, Default)]
|
#[derive(Bundle, Clone, Default)]
|
||||||
pub struct OutlineBundle {
|
pub struct OutlineBundle {
|
||||||
pub outline: Outline,
|
pub outline: Outline,
|
||||||
pub stencil: OutlineStencil,
|
pub stencil: OutlineStencil,
|
||||||
|
|
Loading…
Reference in New Issue