diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-04 00:25:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 00:25:03 +0200 |
commit | 46bc14e66fe90430f1d74cdab6cca6acb5b2a3f6 (patch) | |
tree | 6d761531804ce9bb8e78b297598e06bea57dbe7b /core/script_language.h | |
parent | 57badfd1df3a554b7f47793e73a887874e5ca2b1 (diff) | |
parent | fd553087867187220d4f6b8217854dd8e9be2667 (diff) |
Merge pull request #8246 from GodotNativeTools/dlscript-module
DLScript module
Diffstat (limited to 'core/script_language.h')
-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]; |