Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typo in bevy_reflect::impls::std GetTypeRegistration for vec like… (
#7520) Implementing GetTypeRegistration in macro impl_reflect_for_veclike! had typos! It only implement GetTypeRegistration for Vec<T>, but not for VecDeque<T>. This will cause serialization and deserialization failure.
- Loading branch information