You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Removed unnecessary returns and break statements
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user