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

Crash when objects collide outside scene #1

Open
NTSFka opened this issue Sep 23, 2016 · 0 comments
Open

Crash when objects collide outside scene #1

NTSFka opened this issue Sep 23, 2016 · 0 comments

Comments

@NTSFka
Copy link
Contributor

NTSFka commented Sep 23, 2016

When two objects collide a pending bound is created (cannot be created inside collision handler) and then during module update the real bound is created. The issue is when one of the objects is outside scene and it's being deleted, during module update there is a dangling pointer to the deleted object.

Sadly, this requires changes within core library and cannot be fixed with current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant