Godlike / Pegasus

Game physics engine (can fly)
MIT License
5 stars 2 forks source link

Fix persistent contact detection in pegasus::collision::Resolver #116

Closed MrDmitry closed 6 years ago

MrDmitry commented 6 years ago

bool IsPersistent always returns true when called with any valid (not nan) contact point combination.

May be also related to #113