mirror of https://github.com/godotengine/godot
GDExtension: Fix method binds not saying if they are varargs
(cherry picked from commit 2599df3b8a)
This commit is contained in:
parent
bb343ed1c5
commit
2b8acb2015
|
|
@ -296,7 +296,7 @@ public:
|
|||
}
|
||||
|
||||
virtual bool is_vararg() const override {
|
||||
return false;
|
||||
return vararg;
|
||||
}
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
|
|
|||
Loading…
Reference in New Issue