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

Fix bounds check in RenderClxOutline() #7430

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

StephenCWills
Copy link
Member

Follow-up to #7429

I noticed yesterday that the bounds check here wasn't including the extra space around the sprite in which the outline would be rendered. That's part of the reason we encountered an OOB instead of falling through to the else clause which would have done the bounds check inside the for loop.

@AJenbo AJenbo merged commit b78ec23 into diasurgical:master Sep 24, 2024
23 checks passed
@StephenCWills StephenCWills deleted the outline-bounds-check branch September 24, 2024 13:07
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.

2 participants