GDExtension: Fix method binds not saying if they are varargs

This commit is contained in:
David Snopek 2024-11-18 13:19:22 -06:00
parent fd4c29a189
commit 2599df3b8a

View File

@ -154,7 +154,7 @@ public:
}
virtual bool is_vararg() const override {
return false;
return vararg;
}
#ifdef TOOLS_ENABLED