BabylonJS / BabylonJS/BabylonNative
onResizeObservable not being called in Babylon Native
Open
- Dominant language
- C++
- Stars
- 919
- Forks
- 162
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 19
Description
The code that does this is [here](https://github.com/BabylonJS/Babylon.js/blob/ae1e04b3c272f96e3f24eef443c9b4d4573672df/packages/dev/core/src/Engines/engine.ts#L1440-L1454).
This code never executes in Babylon Native because [the conditions before it](https://github.com/BabylonJS/Babylon.js/blob/ae1e04b3c272f96e3f24eef443c9b4d4573672df/packages/dev/core/src/Engines/engine.ts#L1432-L1438) prevent it from running.
Contributor guide
Assessment
This issue has not been assessed yet.