Skip to content

Commit

Permalink
don't quit if renderer is llvmpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Mar 29, 2024
1 parent 75a98de commit c8f519c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flutter-pi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2523,8 +2523,6 @@ struct flutterpi *flutterpi_new_from_args(int argc, char **argv) {
" This warning will probably result in a \"failed to set mode\" error\n"
" later on in the initialization.\n"
);
ok = EINVAL;
goto fail_unref_scheduler;
}
#else
UNREACHABLE();
Expand Down

0 comments on commit c8f519c

Please sign in to comment.