diff options
| author | Karroffel | 2017-03-08 03:59:12 +0100 |
|---|---|---|
| committer | Karroffel | 2017-04-03 16:10:26 +0200 |
| commit | 67f59bc2d9e2ce5faa9507017d49827753981e1e (patch) | |
| tree | fafe196f28cbacb89d93fcd65666fb66416309c3 /core/script_language.h | |
| parent | 2281942fb3ac5889abc6e95df27a80e71fe32c0e (diff) | |
| download | godot-67f59bc2d9e2ce5faa9507017d49827753981e1e.tar.gz godot-67f59bc2d9e2ce5faa9507017d49827753981e1e.tar.zst godot-67f59bc2d9e2ce5faa9507017d49827753981e1e.zip | |
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 6c3707463..88584e4ef 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]; |
