schteppe / p2.js

JavaScript 2D physics library
Other
2.63k stars 330 forks source link

RaycastResult: Ray is not a needed require #345

Closed RobLoach closed 3 years ago

RobLoach commented 5 years ago

When importing Ray, you end up with circular dependencies. Since it's not needed here, we can safely remove it.

jramstedt commented 4 years ago

shouldStop needs Ray.ANY

RobLoach commented 3 years ago

Oh, you're right! Thanks good catch.