Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error message for
World::resource_scope
(bevyengine#5727)
# Objective - Fixes bevyengine#5365 - The `assert!()` when the resource from `World::resource_scope` is inserted into the world is not descriptive. ## Solution - Add more context to the assert inside of `World::resource_scope` when the `FnOnce` param inserts the resource.
- Loading branch information