Fixed emscripten build

main
Sam Lantinga 2023-03-08 08:58:26 -08:00
parent dd7cf12206
commit 91b328c2c6
1 changed files with 2 additions and 0 deletions

View File

@ -522,7 +522,9 @@ Render(unsigned int width, unsigned int height, shader_data *data)
static int done;
static Uint32 frames;
static shader_data *datas;
#ifndef __EMSCRIPTEN__
static thread_data *threads;
#endif
static void
render_window(int index)