aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2018-05-02 10:47:49 +0200
committerGitHub2018-05-02 10:47:49 +0200
commit18c28c159d12c9d3227c2199998b271f7c5e5998 (patch)
treeba3591964e6dea9d06daa5aaea399fa53a8c2c8e /editor/editor_node.cpp
parent04a4270a3485bcc4bd1ce8f7095fe9ea36bc5518 (diff)
parentde9d40a9537bafa613dc54f2200b7509ad6fa9e3 (diff)
downloadgodot-18c28c159d12c9d3227c2199998b271f7c5e5998.tar.gz
godot-18c28c159d12c9d3227c2199998b271f7c5e5998.tar.zst
godot-18c28c159d12c9d3227c2199998b271f7c5e5998.zip
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index f68f8380f..d8c85df83 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -4886,7 +4886,7 @@ EditorNode::EditorNode() {
if (!OS::get_singleton()->has_touchscreen_ui_hint() && Input::get_singleton()) {
//only if no touchscreen ui hint, set emulation
- id->set_emulate_touch(false); //just disable just in case
+ id->set_emulate_touch_from_mouse(false); //just disable just in case
}
id->set_custom_mouse_cursor(RES());
}