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.18k stars 241 forks source link

second possible fix to issue #80 #83

Closed patrick1964 closed 7 years ago

patrick1964 commented 7 years ago

i took into account that i shouldn't change the static timepiece in the GdxAI class so i gave very wandering option its own timepiece based on the GdxAI class while having an overload constructor that would allow a different timepiece if needed.