update (web)
This commit is contained in:
parent
cba9dc2963
commit
9602486b5c
|
|
@ -757,7 +757,7 @@ void *GetWindowHandle(void)
|
|||
if (platform.window == NULL) return NULL;
|
||||
|
||||
#ifdef RGFW_WASM
|
||||
return (void *)platform.window->src.ctx;
|
||||
return (void *)&platform.window->src.ctx;
|
||||
#else
|
||||
return (void *)platform.window->src.window;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user