aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorPedro J. Estébanez2018-02-24 03:04:30 +0100
committerPedro J. Estébanez2018-04-30 19:03:38 +0200
commitde9d40a9537bafa613dc54f2200b7509ad6fa9e3 (patch)
tree746f887af7e07a5e89878500fc713cd5548409ac /editor/editor_node.cpp
parent3a5b25d5b489ad88c2861c9c37b56469580fbf03 (diff)
downloadgodot-de9d40a9537bafa613dc54f2200b7509ad6fa9e3.tar.gz
godot-de9d40a9537bafa613dc54f2200b7509ad6fa9e3.tar.zst
godot-de9d40a9537bafa613dc54f2200b7509ad6fa9e3.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 c31bec9a1..45e58d4f0 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());
}