Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoJet committed Dec 29, 2022
1 parent dfdd6bf commit 27e0f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_ecs/macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ pub fn derive_system_param(input: TokenStream) -> TokenStream {
{}
}
}
// For unconditionally mutable params, we simply do not implement `ReadOnlySystemParam`.
ParamAccess::Mutable => quote! {},
};

Expand Down

0 comments on commit 27e0f9e

Please sign in to comment.