libgdx / gdx-ai

Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Apache License 2.0
1.2k stars 242 forks source link

There's a TODO with a link to a page that no longer exists. #110

Open travishaynes opened 4 years ago

travishaynes commented 4 years ago

It's the link on this line:

https://github.com/libgdx/gdx-ai/blob/1.8.2/tests/src/com/badlogic/gdx/ai/tests/steer/box2d/Box2dSteeringEntity.java#L202

Genhis commented 4 years ago

Here is a copy if you are interested: http://web.archive.org/web/20180302115404/http://www.bulletphysics.org/mediawiki-1.5.8/index.php/Simulation_Tick_Callbacks

travishaynes commented 4 years ago

Thank you.

It looks like that link is referencing Bullet Physics, not Box2D. So that TODO should probably just be deleted. I wonder if that's even an issue with Box2D?