arvidsson / BrainTree

C++ behavior tree single header library
MIT License
222 stars 37 forks source link

The README suggests shared_ptr handling, but classes work with raw pointers. #16

Closed s7jones closed 6 years ago

s7jones commented 6 years ago

The README suggests shared_ptr of Nodes can be added as children to composite; but composite only takes Node*.

arvidsson commented 6 years ago

Fixed by pr. Thanks!