Commit 31f9350
authored
Update to latest Babylon Native (#88)
This updates to the latest Babylon Native which pulls in a few bug fixes and adds NativeWindow::Reinitialize. We call this when the underlying windowPtr changes so that NativeWindow::GetWindowPtr() returns the correct/current windowPtr. This is how the windowPtr is passed down to the XR layer, so without this XR does not work on iOS after the window has been replaced with a new one (related to #57).1 parent c97290c commit 31f9350
File tree
3 files changed
+3
-1
lines changed- Modules/@babylonjs/react-native
- android/src/main/cpp
- ios
- submodules
3 files changed
+3
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
Submodule BabylonNative updated 6 files
0 commit comments