You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix panic in benches caused by missing resources (#16956)
# Objective
- To fix the benches panicking on `main`
## Solution
- It appears that systems requiring access to a non-existing `Res` now
causes a panic
- Some of the benches run systems that access resources that have not
been inserted into the world
- I have made it so that those resources are inserted into the world
## Testing
- I ran all the ecs benches and they all run without panicking
Co-authored-by: Oliver Maskery <oliver@wellplayed.games>
0 commit comments