diff options
| author | Wilson E. Alvarez | 2017-08-22 13:01:57 -0400 |
|---|---|---|
| committer | Wilson E. Alvarez | 2017-08-22 13:01:57 -0400 |
| commit | baa94a375858e80bf9424fd895e3384edb4e114c (patch) | |
| tree | 32e9f1313232443d02943ee164c55ce8924894c5 /platform | |
| parent | 294e912a843cde241f9abf619f5d40df9ef6ef9f (diff) | |
| download | godot-baa94a375858e80bf9424fd895e3384edb4e114c.tar.gz godot-baa94a375858e80bf9424fd895e3384edb4e114c.tar.zst godot-baa94a375858e80bf9424fd895e3384edb4e114c.zip | |
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/android/godot_android.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/godot_android.cpp b/platform/android/godot_android.cpp index 5933b83d0..2dd2c0532 100644 --- a/platform/android/godot_android.cpp +++ b/platform/android/godot_android.cpp @@ -833,7 +833,6 @@ void android_main(struct android_app *app) { if (engine.requested_quit) { engine_term_display(&engine); exit(0); - return; } // LOGI("end\n"); |
