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

Added remove_indices to Mesh #11733

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

lynn-lumen
Copy link
Contributor

Objective

Solution

  • Added Mesh::remove_indices(&mut self) -> Option<Indices>

@james7132 james7132 added A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use labels Feb 6, 2024
@james7132 james7132 added this pull request to the merge queue Feb 6, 2024
Merged via the queue into bevyengine:main with commit d4132f6 Feb 6, 2024
26 checks passed
Shatur pushed a commit to projectharmonia/bevy that referenced this pull request Feb 7, 2024
# Objective

- Fixes bevyengine#11727 

## Solution

- Added `Mesh::remove_indices(&mut self) -> Option<Indices>`
@lynn-lumen lynn-lumen deleted the mesh_remove_indices branch February 16, 2024 13:54
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-Usability A simple quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Mesh::remove_indices
2 participants