diff options
author | Karroffel <therzog@mail.de> | 2017-03-08 03:59:12 +0100 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-04-03 16:10:26 +0200 |
commit | 67f59bc2d9e2ce5faa9507017d49827753981e1e (patch) | |
tree | fafe196f28cbacb89d93fcd65666fb66416309c3 /core | |
parent | 2281942fb3ac5889abc6e95df27a80e71fe32c0e (diff) |
increased maximum number of scripting languages
Diffstat (limited to 'core')
-rw-r--r-- | core/script_language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/script_language.h b/core/script_language.h index 6c37074639..88584e4ef9 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -43,7 +43,7 @@ typedef void (*ScriptEditRequestFunction)(const String &p_path); class ScriptServer { enum { - MAX_LANGUAGES = 4 + MAX_LANGUAGES = 16 }; static ScriptLanguage *_languages[MAX_LANGUAGES]; |