behavior3 / behavior3js

Behavior3 client library for Javascript (Behavior Trees for Javascript)
MIT License
402 stars 105 forks source link

maybe fix Limiter don't work #32

Open wqhk opened 7 years ago

wqhk commented 7 years ago

Limiter's i will +1 when child' _execute() return success or failure, and then Limiter also return success or failure, then this node will close. Next tick, Limiter will open again, i will reset to zero.