You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2019. It is now read-only.
I'm not sure how serious this bug is, because there would usually be "something happening" on the screen.
However, Box2D physics bodies are destroyed when their respective entity is removed from entities in the update-physics! function. This is called from update-screen! which (I think) only gets called if something has changed.
I ran into a situation, during testing, where the entity is removed but no other changes needed to be rendered. The "bullet" in question disappeared as its entity was removed, but the physics body still rendered (due to a debug renderer) and still affected other bodies. Once I "moved" something on the screen, the above functions were triggered and the body was properly destroyed.