Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AudioOutput is actually a normal resource now, not a non-send resource (
bevyengine#7262) # Objective - Fixes bevyengine#7260 ## Solution - bevyengine#6649 used `init_non_send_resource` for `AudioOutput`, but this is before bevyengine#6436 was merged. - Use `init_resource` instead.
- Loading branch information