mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-22 18:28:52 -05:00
Added window hiding before thrd_join.
This commit is contained in:
parent
4a8f6ba58c
commit
df1c895076
|
@ -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…
Reference in New Issue
Block a user