Genbox / VelcroPhysics

High performance 2D collision detection system with realistic physics responses.
MIT License
666 stars 113 forks source link

Optimize DistanceProxy #16

Closed Genbox closed 7 years ago

Genbox commented 7 years ago

The engine creates a new DistanceProxy object all the time to hold temporary information. It has a larger impact than it should have since we are also clearing a list to support multiple calls to Set().

Genbox commented 7 years ago

This was fixed in ca955d3e3f5a2ad0c5a5ce1795a10148d01a4c97