Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Emscripten wasm64 compile error in glcontext_html5.cpp. (#3282)
Fixes compile error: ``` glcontext_html5.cpp:74:45: error: cast from pointer to smaller type 'EMSCRIPTEN_WEBGL_CONTEXT_HANDLE' (aka 'int') loses information 74 | EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context = reinterpret_cast<EMSCRIPTEN_WEBGL_CONTEXT_HANDLE>(g_platformData.context); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ```
- Loading branch information