You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
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