You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
void share(Range *p_range);
|
||||
void unshare();
|
||||
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
Array get_configuration_warnings() const override;
|
||||
|
||||
Range();
|
||||
~Range();
|
||||
|
||||
Reference in New Issue
Block a user