1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Update connection info on script validation rather then saved copy

This commit is contained in:
Paulb23
2019-11-02 13:38:25 +00:00
parent 4569f5ec82
commit 362d38ea67
3 changed files with 20 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ class ScriptTextEditor : public ScriptEditorBase {
RichTextLabel *warnings_panel;
Ref<Script> script;
bool script_is_valid;
Vector<String> functions;