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

Physics: removing objects sometimes causes exception in WASM #1123

Closed
gfodor opened this issue Mar 28, 2019 · 2 comments
Closed

Physics: removing objects sometimes causes exception in WASM #1123

gfodor opened this issue Mar 28, 2019 · 2 comments
Assignees
Labels

Comments

@gfodor
Copy link
Contributor

gfodor commented Mar 28, 2019

  • Spawn a duck
  • Pin it
  • Refresh
  • Unpin duck
  • Remove duck

I get error:

image

And console log gets spammed because pin button is leaked i think.

@InfiniteLee
Copy link
Contributor

I've got a fix for this. Basically there's just a bug where a shape tries to remove itself from a body that already was deleted.

@InfiniteLee
Copy link
Contributor

fixed with #1131

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

No branches or pull requests

2 participants