diff options
| author | eska | 2016-04-28 02:39:52 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-04-29 07:43:23 +0200 |
| commit | 91461b588da8881e0b54795ac35397e8211a75b7 (patch) | |
| tree | 0a476a4fb03a6d36962b252c374acee182c662a6 /platform/android/export | |
| parent | 3a3f56689e8d0ccebde4668dc81c975f03381ff7 (diff) | |
| download | godot-91461b588da8881e0b54795ac35397e8211a75b7.tar.gz godot-91461b588da8881e0b54795ac35397e8211a75b7.tar.zst godot-91461b588da8881e0b54795ac35397e8211a75b7.zip | |
Move export GUI debug toggle to export settings window
(cherry picked from commit ab4caa79538750d7557308dd4f83d6b17d9bdd22)
Diffstat (limited to 'platform/android/export')
| -rw-r--r-- | platform/android/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 60f4e61c6..bd63cadc5 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -251,7 +251,7 @@ public: virtual String get_device_info(int p_device) const; virtual Error run(int p_device,int p_flags=0); - virtual bool requieres_password(bool p_debug) const { return !p_debug; } + virtual bool requires_password(bool p_debug) const { return !p_debug; } virtual String get_binary_extension() const { return "apk"; } virtual Error export_project(const String& p_path, bool p_debug, int p_flags=0); |
