Closed rachelnertia closed 6 years ago
The b2Body these are attached to has no user data, so this code makes no sense:
// Follow the fixture's PhysicsComponent to the Entity. auto physComp = (PhysicsComponent*)(callback.mFixture->GetBody()->GetUserData());
And it crashes!
The b2Body these are attached to has no user data, so this code makes no sense:
And it crashes!