diff options
| author | Pedro J. Estébanez | 2018-02-24 03:04:30 +0100 |
|---|---|---|
| committer | Pedro J. Estébanez | 2018-04-30 19:03:38 +0200 |
| commit | de9d40a9537bafa613dc54f2200b7509ad6fa9e3 (patch) | |
| tree | 746f887af7e07a5e89878500fc713cd5548409ac /editor/editor_node.cpp | |
| parent | 3a5b25d5b489ad88c2861c9c37b56469580fbf03 (diff) | |
| download | godot-de9d40a9537bafa613dc54f2200b7509ad6fa9e3.tar.gz godot-de9d40a9537bafa613dc54f2200b7509ad6fa9e3.tar.zst godot-de9d40a9537bafa613dc54f2200b7509ad6fa9e3.zip | |
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
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()); } |
