summaryrefslogtreecommitdiffstats
path: root/editor/editor_script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_script.cpp')
-rw-r--r--editor/editor_script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_script.cpp b/editor/editor_script.cpp
index 30a4b6811c..6968c7f25a 100644
--- a/editor/editor_script.cpp
+++ b/editor/editor_script.cpp
@@ -78,7 +78,7 @@ EditorInterface *EditorScript::get_editor_interface() const {
}
void EditorScript::run() {
- GDVIRTUAL_REQUIRED_CALL(_run);
+ GDVIRTUAL_CALL(_run);
}
void EditorScript::_bind_methods() {