mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
GDExtension: Fix method binds not saying if they are varargs
This commit is contained in:
parent
fd4c29a189
commit
2599df3b8a
@ -154,7 +154,7 @@ public:
|
||||
}
|
||||
|
||||
virtual bool is_vararg() const override {
|
||||
return false;
|
||||
return vararg;
|
||||
}
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user