1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Enable long press, pan and scale gestures for the Godot Android Editor

Fix the bug causing the editor to crash when running the project.
This commit is contained in:
Fredia Huya-Kouadio
2022-09-05 21:24:58 -07:00
parent 440fa10246
commit 63df48a59c
3 changed files with 22 additions and 0 deletions

View File

@@ -212,7 +212,9 @@ bool ProgressDialog::task_step(const String &p_task, const String &p_state, int
OS::get_singleton()->force_process_input();
}
#ifndef ANDROID_ENABLED
Main::iteration(); // this will not work on a lot of platforms, so it's only meant for the editor
#endif
return cancelled;
}