mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
parent
34f005d810
commit
457299449d
84 changed files with 6107 additions and 5411 deletions
|
@ -3797,7 +3797,7 @@ static MainTimerSync main_timer_sync;
|
|||
int Main::start() {
|
||||
OS::get_singleton()->benchmark_begin_measure("Startup", "Main::Start");
|
||||
|
||||
ERR_FAIL_COND_V(!_start_success, false);
|
||||
ERR_FAIL_COND_V(!_start_success, EXIT_FAILURE);
|
||||
|
||||
bool has_icon = false;
|
||||
String positional_arg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue