fix: repeater inherits composite
This commit is contained in:
parent
d9e3f59519
commit
5b9d437600
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ private:
|
|||
};
|
||||
|
||||
class BehaviourRepeater : public BehaviourComposite {
|
||||
GDCLASS(BehaviourRepeater, BehaviourNode);
|
||||
GDCLASS(BehaviourRepeater, BehaviourComposite);
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue