Artem Klimov

Results 2 issues of Artem Klimov

The following code crashes at `b2_dynamic_tree:47`: ```typescript import {b2Body, b2BodyDef, b2BodyType} from "./box2d/dynamics/b2_body"; import {b2FixtureDef} from "./box2d/dynamics/b2_fixture"; import {b2PolygonShape} from "./box2d/collision/b2_polygon_shape"; import {b2Vec2} from "./box2d/common/b2_math"; import {b2World} from "./box2d/dynamics/b2_world"; const...

Used ES6 Set for b2BroadPhase::m_moveBuffer