BeRo1985 / kraft

Kraft Physics Engine is an open source Object Pascal physics engine library that can be used in 3D games.
113 stars 22 forks source link

Fix TKraftBroadPhaseMoveBuffer to use right AABBTree. #25

Closed and3md closed 2 years ago

and3md commented 2 years ago

Hi,

This little PR fixes rare crashes when game starts. For example platformer from https://github.com/castle-engine/castle-engine. This fix fixes your optimized solution for #21.