diff options
| author | Rémi Verschelde | 2017-07-19 09:58:06 +0200 |
|---|---|---|
| committer | GitHub | 2017-07-19 09:58:06 +0200 |
| commit | 1f91c2908e7c551c20dc00d88212e0aaad44f4cf (patch) | |
| tree | 127cd16898be268b3a7379e5208c7c6a99783b99 /core/global_config.cpp | |
| parent | d4c73ea2b379835e75e02b78073547960cf03a74 (diff) | |
| parent | 5a2500f580025f474a12f0c6afd5129e23a50b14 (diff) | |
| download | godot-1f91c2908e7c551c20dc00d88212e0aaad44f4cf.tar.gz godot-1f91c2908e7c551c20dc00d88212e0aaad44f4cf.tar.zst godot-1f91c2908e7c551c20dc00d88212e0aaad44f4cf.zip | |
Diffstat (limited to 'core/global_config.cpp')
| -rw-r--r-- | core/global_config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/global_config.cpp b/core/global_config.cpp index 95f4ec5e2..76572df2a 100644 --- a/core/global_config.cpp +++ b/core/global_config.cpp @@ -945,7 +945,7 @@ GlobalConfig::GlobalConfig() { GLOBAL_DEF("input/ui_page_down", va); input_presets.push_back("input/ui_page_down"); - //GLOBAL_DEF("display/handheld/orientation", "landscape"); + //GLOBAL_DEF("display/window/handheld/orientation", "landscape"); custom_prop_info["display/window/handheld/orientation"] = PropertyInfo(Variant::STRING, "display/window/handheld/orientation", PROPERTY_HINT_ENUM, "landscape,portrait,reverse_landscape,reverse_portrait,sensor_landscape,sensor_portrait,sensor"); custom_prop_info["rendering/threads/thread_model"] = PropertyInfo(Variant::INT, "rendering/threads/thread_model", PROPERTY_HINT_ENUM, "Single-Unsafe,Single-Safe,Multi-Threaded"); |
