mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 14:40:19 +00:00
parent
dbd5e7ab6b
commit
032b0f4bac
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ pub fn derive_system_param(input: TokenStream) -> TokenStream {
|
|||
marker: std::marker::PhantomData<fn()->(#punctuated_generic_idents)>
|
||||
}
|
||||
|
||||
unsafe impl<TSystemParamState: #path::system::SystemParamState, #punctuated_generics> #path::system::SystemParamState for #fetch_struct_name<TSystemParamState, #punctuated_generic_idents> {
|
||||
unsafe impl<TSystemParamState: #path::system::SystemParamState, #punctuated_generics> #path::system::SystemParamState for #fetch_struct_name<TSystemParamState, #punctuated_generic_idents> #where_clause {
|
||||
fn init(world: &mut #path::world::World, system_meta: &mut #path::system::SystemMeta) -> Self {
|
||||
Self {
|
||||
state: TSystemParamState::init(world, system_meta),
|
||||
|
|
Loading…
Reference in a new issue