aboutsummaryrefslogtreecommitdiff
path: root/core/globals.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2014-09-19 18:39:50 -0300
committerJuan Linietsky2014-09-19 18:39:50 -0300
commit549d344f0fef5e5748ded69b6a037698ff55f8bc (patch)
treea22ee2a3b0d6303fe3e4348831e7f581dd8a0a07 /core/globals.cpp
parent526aae62edfa31aa156d604e8b25caab512c6bff (diff)
downloadgodot-549d344f0fef5e5748ded69b6a037698ff55f8bc.tar.gz
godot-549d344f0fef5e5748ded69b6a037698ff55f8bc.tar.zst
godot-549d344f0fef5e5748ded69b6a037698ff55f8bc.zip
Diffstat (limited to 'core/globals.cpp')
-rw-r--r--core/globals.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/globals.cpp b/core/globals.cpp
index ccda457f4..5be53fd85 100644
--- a/core/globals.cpp
+++ b/core/globals.cpp
@@ -1381,6 +1381,7 @@ Globals::Globals() {
set("application/main_scene","");
custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"xml,res,scn,xscn");
set("application/disable_stdout",false);
+ set("application/use_shared_user_dir",true);
key.key.scancode=KEY_RETURN;