Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document None conditions on compute_aabb #11051

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

nicopap
Copy link
Contributor

@nicopap nicopap commented Dec 21, 2023

The error conditions were not documented, this requires the user to inspect the source code to know when to expect a None.

Error conditions should always be documented, so we document them.

The error conditions were not documented, this requires the user to
inspect the source code to know when to expect a `None`.

Error conditions should always be documented, so we document them.
@nicopap nicopap added C-Docs An addition or correction to our documentation A-Rendering Drawing game state to the screen labels Dec 21, 2023
crates/bevy_render/src/mesh/mesh/mod.rs Outdated Show resolved Hide resolved
@alice-i-cecile alice-i-cecile added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Dec 21, 2023
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Dec 21, 2023
Merged via the queue into bevyengine:main with commit fcb49a5 Dec 21, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants