summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorMariano Javier Suligoy <marianognu.easyrpg@gmail.com>2015-08-09 16:33:02 -0300
committerMariano Javier Suligoy <marianognu.easyrpg@gmail.com>2015-08-09 16:33:02 -0300
commit3a83337420c3e6c7e5f3a52cee49aa2eb17cab2d (patch)
tree7560fb0b3caf599e7181e17edce12616a58cdf73 /main
parentc88038228ae9b5c53d5d7ff3f1d99ac0adbc30eb (diff)
parentc2e2f2e0aebf6342e6f18ae5d67b6a825590675a (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 4cf4f3c7cd..19ee1c115f 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -518,7 +518,7 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
}
-
+ GLOBAL_DEF("debug/max_remote_stdout_chars_per_second",2048);
if (debug_mode == "remote") {
ScriptDebuggerRemote *sdr = memnew( ScriptDebuggerRemote );