Compare commits

..
6 Commits
Author SHA1 Message Date
江战andGitHub a17aa187c4 Merge pull request #334 from bravetwo/v3.7.1
[v3.7.1] fix iOS plane polygon drift error
2023-02-07 14:58:58 +08:00
MoHai bb9d872f65 fix plane polygon drift error 2023-02-07 14:06:42 +08:00
MoHaiandGitHub 67df64a9ae Merge branch 'cocos:v3.7.1' into v3.7.1 2023-02-07 11:51:41 +08:00
MoHaiandGitHub 06933d0a6a [v3.7.1] update ar .a libs (#333)
* update ar android .a lib

* update ar ios .a lib
2023-02-05 11:32:05 +08:00
MoHai 152aa6bf9c update ar ios .a lib 2023-02-03 21:00:49 +08:00
MoHai 346ae8f18e update ar android .a lib 2023-02-03 20:47:28 +08:00
4 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,7 +127,8 @@ void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) {
break;
case APP_CMD_DESTROY:
// ts call to destroy
LOGV("APP_CMD_DESTROY");
android_app->destroyRequested = 1;
break;
}
}