Skip to content
Snippets Groups Projects
Verified Commit 6ee8fdae authored by Louis's avatar Louis :fire:
Browse files

Update asset system types

parent c9ad3949
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ fn define_load_generic() -> TokenStream {
quote! {
pub fn load_list<T, Load>(&mut self, list: #FQVec<(#FQString, #FQString)>, load: Load) -> #FQVec<#BevyHandle<T>>
where
T: #FQSend + #FQSync + #BevyTypePath + #BevyTypeUuid + 'static,
T: #FQSend + #FQSync + #BevyAsset + 'static,
Load: Fn(&mut Self, #FQString, #FQString) -> #BevyHandle<T>
{
list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment