aboutsummaryrefslogtreecommitdiff
path: root/platform/android/export/export.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2014-11-12 11:23:23 -0300
committerJuan Linietsky2014-11-12 11:23:23 -0300
commit6dd8768811cfca5bb831619d93cf870e5d20667f (patch)
tree9e8837b7c8334855a1bce1bd79ab441edde28129 /platform/android/export/export.cpp
parentc8cd5222a7fa931f072e02b23c5b9d826d0ef548 (diff)
downloadgodot-6dd8768811cfca5bb831619d93cf870e5d20667f.tar.gz
godot-6dd8768811cfca5bb831619d93cf870e5d20667f.tar.zst
godot-6dd8768811cfca5bb831619d93cf870e5d20667f.zip
Diffstat (limited to 'platform/android/export/export.cpp')
-rw-r--r--platform/android/export/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index bcc818dac..89f121c3f 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -1533,7 +1533,7 @@ EditorExportPlatformAndroid::EditorExportPlatformAndroid() {
device_lock = Mutex::create();
quit_request=false;
orientation=0;
- remove_prev=false;
+ remove_prev=true;
device_thread=Thread::create(_device_poll_thread,this);
devices_changed=true;