You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
@@ -58,7 +58,7 @@ protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
Array get_configuration_warnings() const override;
|
||||
|
||||
ShaderGlobalsOverride();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user