From 52a7be4eefbafcc983766bd80a87752b678c1c17 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 3 Sep 2017 21:23:36 +0200 Subject: Fixes language overridden external editors --- core/script_language.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/script_language.h') diff --git a/core/script_language.h b/core/script_language.h index 342d8c807..2261737f9 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -206,6 +206,7 @@ public: virtual int find_function(const String &p_function, const String &p_code) const = 0; virtual String make_function(const String &p_class, const String &p_name, const PoolStringArray &p_args) const = 0; virtual Error open_in_external_editor(const Ref