mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #99403 from dsnopek/gdextension-fix-varargs-with-no-args
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 {
|
||||
return false;
|
||||
return vararg;
|
||||
}
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user