-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using multiple decorators, only the first decorator shows up on the right click context menu.
To Reproduce
Steps to reproduce the behavior:
- Create a behavior tree with a nested decorator:
new Inverter("", new UntilFail("", new IsPlayerIntentTypeOf(PlayerIntentions.NavigateToMouseClick))), - Run tree and right click on the drawn node to open the UntilFail decorator.
Expected behavior
Until Fail, Inverter and IsPlayerIntentTypeOf would all be options on the right click context menu.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working