Skip to content

Crash when objects collide outside scene #1

@NTSFka

Description

@NTSFka

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions