Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Quad
deprecation message mentioning a type that doesn't exist (b…
…evyengine#11798) # Objective The deprecation message of `bevy::render::mesh::shape::Quad` says that you should use `bevy_math`'s `Quad` instead. But it doesn't exist. ## Solution Mention the correct primitive: `Rectangle`
- Loading branch information