Compare commits

...
8 Commits
6 changed files with 5 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,8 +127,7 @@ void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) {
break;
case APP_CMD_DESTROY:
LOGV("APP_CMD_DESTROY");
android_app->destroyRequested = 1;
// ts call to destroy
break;
}
}
+4 -4
View File
@@ -131,7 +131,7 @@ glslang (Built using https://github.com/YunHsiao/glslang/tree/build)
ios: 11.5.0 (commit: 1978c76)
linux: 11.5.0
swig ( Built using https://github.com/cocos/swig/tree/cocos-se, executable files are downloaded from https://github.com/cocos/swig/releases/tag/cocos-v1.1.1 )
win64: cocos-v1.1.1 (commit: 7736311)
mac: cocos-v1.1.1 (commit: 7736311)
linux: cocos-v1.1.1 (commit: 7736311)
swig ( Built using https://github.com/cocos/swig/tree/cocos-se, executable files are downloaded from https://github.com/cocos/swig/releases/tag/cocos-v1.1.2 )
win64: cocos-v1.1.2 (commit: 5c7c430)
mac: cocos-v1.1.2 (commit: 5c7c430)
linux: cocos-v1.1.2 (commit: 5c7c430)
Binary file not shown.