Skip to content

Commit 15ae894

Browse files
Update BabylonNative to latest commit (887a044) (#715)
Update BabylonNative commit reference to pick up the fix for null dereference on error in iOS CameraDevice (BabylonJS/BabylonNative#1649). The error variable passed to newRenderPipelineStateWithDescriptor may be nil even when the call fails. The new commit guards against dereferencing nil when building the error message string. Also includes: - MSVC /MP multiprocessor build flag (BabylonJS/BabylonNative#1644) - bgfx update for x86 crash fix (BabylonJS/BabylonNative#1643) - Crash dump collection on all CI platforms (BabylonJS/BabylonNative#1641) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 083ea5e commit 15ae894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const createPackage = async () => {
230230
exec('npm pack', 'Assembled');
231231
};
232232

233-
const COMMIT_ID = '3ccba7a6f741705ce611819aefacbbb8062393e7';
233+
const COMMIT_ID = '887a0446c2ce5d379d931d802071cf6f9e008c6a';
234234
const ZIP_URL = `https://github.com/BabylonJS/BabylonNative/archive/${COMMIT_ID}.zip`;
235235
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
236236
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);

0 commit comments

Comments
 (0)