Added window hiding before thrd_join.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 4a8f6ba58c
commit df1c895076
  1. 3
      tests/threads.c

@ -124,6 +124,9 @@ int main(void)
}
}
for (i = 0; i < count; i++)
glfwHideWindow(threads[i].window);
for (i = 0; i < count; i++)
thrd_join(threads[i].id, &result);

Loading…
Cancel
Save