Skip to content

fix: Ensure neither point of an arc is at the center before trying to add an arc - #433

Closed
me-it-is wants to merge 1 commit into
dimforge:masterfrom
me-it-is:fix-index-out-of-bounds
Closed

fix: Ensure neither point of an arc is at the center before trying to add an arc#433
me-it-is wants to merge 1 commit into
dimforge:masterfrom
me-it-is:fix-index-out-of-bounds

Conversation

@me-it-is

Copy link
Copy Markdown
Contributor

This fixes dimforge/rapier#969 by making it so that both steps of adding an arc get skipped rather than just adding the vertices, eliminating the out of bounds index caused by missing vertices.

@me-it-is
me-it-is force-pushed the fix-index-out-of-bounds branch from ff851c5 to 61e6fdf Compare July 28, 2026 18:49
@sebcrozet

Copy link
Copy Markdown
Member

Thank you! This is superseded by #437

@sebcrozet sebcrozet closed this Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rounded cuboid colliders with zero corner radius cause an index out of bounds error when debug rendering

2 participants