missed rename
This commit is contained in:
parent
e50a4d7ac4
commit
42232dd087
@ -549,7 +549,7 @@ pub(crate) fn bevy_ecs_path() -> syn::Path {
|
|||||||
|
|
||||||
/// Implement the `BroadcastEvent` trait.
|
/// Implement the `BroadcastEvent` trait.
|
||||||
#[proc_macro_derive(BroadcastEvent)]
|
#[proc_macro_derive(BroadcastEvent)]
|
||||||
pub fn derive_event(input: TokenStream) -> TokenStream {
|
pub fn derive_broadcast_event(input: TokenStream) -> TokenStream {
|
||||||
component::derive_broadcast_event(input)
|
component::derive_broadcast_event(input)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user