From 7f70a8c86d0677852e686080a78baaf8ab121bbb Mon Sep 17 00:00:00 2001 From: Ryan Tremblay Date: Mon, 8 Jan 2024 17:00:10 -0800 Subject: [PATCH] Pull in new BN with fixes for a couple regressions (#631) --- Modules/@babylonjs/react-native/shared/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/@babylonjs/react-native/shared/CMakeLists.txt b/Modules/@babylonjs/react-native/shared/CMakeLists.txt index 9e3b0fbb5..d9dc9d119 100644 --- a/Modules/@babylonjs/react-native/shared/CMakeLists.txt +++ b/Modules/@babylonjs/react-native/shared/CMakeLists.txt @@ -2,7 +2,7 @@ include(FetchContent) FetchContent_Declare(babylonnative GIT_REPOSITORY https://github.com/BabylonJS/BabylonNative.git - GIT_TAG 2dd675f5b9a3b2592251404369a49b10cf42ea1f) + GIT_TAG b732ab7ba03fcdd2e85cf9374e6f62de9ba70069) set(SHARED_INCLUDES "${CMAKE_CURRENT_LIST_DIR}")