Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Add a `FromReflect` derive to the `Aabb` type, like all other math types, so we can reflect `Vec<Aabb>`. ## Solution Just add it :) --- ## Changelog ### Added - Implemented `FromReflect` for `Aabb`.
- Loading branch information