Don't pass self when calling a static function from a non-static context
This commit is contained in:
@ -498,6 +498,7 @@ public:
|
||||
Vector<ExpressionNode *> arguments;
|
||||
StringName function_name;
|
||||
bool is_super = false;
|
||||
bool is_static = false;
|
||||
|
||||
CallNode() {
|
||||
type = CALL;
|
||||
|
||||
Reference in New Issue
Block a user