summaryrefslogtreecommitdiff
path: root/editor/editor_run_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r--editor/editor_run_script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h
index c8412c3c92..6c7e37774d 100644
--- a/editor/editor_run_script.h
+++ b/editor/editor_run_script.h
@@ -41,6 +41,7 @@ class EditorScript : public RefCounted {
protected:
static void _bind_methods();
+ GDVIRTUAL0(_run)
public:
void add_root_node(Node *p_node);