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
There’s an error with if (originalType === b2BodyType.staticBody), and if I change it to b2BodyType.b2_staticBody I still get issues. It looks like b2Body_SetType is affecting other bodies in the world. I still can’t find a solution.