mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
GDExtension: Fix method binds not saying if they are varargs
(cherry picked from commit 2599df3b8ae5aa6b718feadefb39cab037927f3e)
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…
x
Reference in New Issue
Block a user