Jump to content

Uncaught Error: The body was never added to this World, cannot remove it.


AlexArroyoDuque
 Share

Recommended Posts

Could it be already deleted by another process? Basically it errors because the body is no longer part of the world, for whatever reason that may be.

 

I've added in an extra check to avoid the error from being thrown, it's a p2 level error that I now suppress, but in the meantime you could do:

if (bullet.body.data.world == game.physics.p2) { remove it }
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...