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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: