Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only init_resource() once for AmbientLight (#3853)
# Objective `PbrPlugin` calls `app.init_resource::<AmbientLight>()` twice. The second call won't do anything. ## Solution Remove the second call.
- Loading branch information