fix: Selector inherits Composite
This commit is contained in:
parent
a26fea2802
commit
024ace256d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ private:
|
|||
};
|
||||
|
||||
class BehaviourSelector : public BehaviourComposite {
|
||||
GDCLASS(BehaviourSelector, BehaviourNode);
|
||||
GDCLASS(BehaviourSelector, BehaviourComposite);
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue