Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Micro Game Macros
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Micro Game Macros
Commits
6ee8fdae
Verified
Commit
6ee8fdae
authored
1 year ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Update asset system types
parent
c9ad3949
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/asset_system/components.rs
+1
-1
1 addition, 1 deletion
src/asset_system/components.rs
with
1 addition
and
1 deletion
src/asset_system/components.rs
+
1
−
1
View file @
6ee8fdae
...
...
@@ -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
+
#
Bevy
TypePath
+
#
BevyTypeUuid
+
'static
,
T
:
#
FQSend
+
#
FQSync
+
#
Bevy
Asset
+
'static
,
Load
:
Fn
(
&
mut
Self
,
#
FQString
,
#
FQString
)
->
#
BevyHandle
<
T
>
{
list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment