GDExtension: Fix method binds not saying if they are varargs
This commit is contained in:
@ -154,7 +154,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual bool is_vararg() const override {
|
virtual bool is_vararg() const override {
|
||||||
return false;
|
return vararg;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
|
|||||||
Reference in New Issue
Block a user