Skip to content

Commit

Permalink
fixed fatal bug
Browse files Browse the repository at this point in the history
  • Loading branch information
saharan committed Jan 10, 2018
1 parent c4cc49e commit 4e9e484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/js/OimoPhysics.js
Original file line number Diff line number Diff line change
Expand Up @@ -40888,7 +40888,6 @@ oimo_dynamics_rigidbody_RigidBodyType._KINEMATIC = 2;
oimo_dynamics_rigidbody_RigidBodyType.DYNAMIC = 0;
oimo_dynamics_rigidbody_RigidBodyType.STATIC = 1;
oimo_dynamics_rigidbody_RigidBodyType.KINEMATIC = 2;
oimo_m_M.EPS = 1e-6;
window["OIMO"] = {};
window["OIMO"]["BroadPhase"] = oimo_collision_broadphase_BroadPhase;
oimo_collision_broadphase_BroadPhase.prototype["createProxy"] = oimo_collision_broadphase_BroadPhase.prototype.createProxy;
Expand Down

0 comments on commit 4e9e484

Please sign in to comment.