Attempt to fix wasm compile error
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy-main (push) Has been skipped
Build and Publish WASM version of demo / Build-And-Deploy-devel (push) Successful in 26s

extern game pointer needs initializer?
This commit is contained in:
Stephen Seo 2023-08-31 22:19:21 +09:00
parent fb7b651303
commit b96f3e9f03

View file

@ -16,7 +16,7 @@
#ifdef __EMSCRIPTEN__ #ifdef __EMSCRIPTEN__
extern Game *global_game_ptr; extern Game *global_game_ptr = nullptr;
extern "C" { extern "C" {