You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user