diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-17 13:48:26 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-17 13:48:26 +0200 |
commit | 0f2f5fb61c48559be285a2747f05103504ed0fb7 (patch) | |
tree | afc51c44328467c9a930909b97defe3755581625 /main.cpp | |
parent | da9877a1668ace3370ea18ac4527ee5479b0fb40 (diff) |
add some notes
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ int main(int argc, char** argv) { // Museum and View both create their own worker threads, so the main thread // should remain to keep the view active. - while (view.open); + while (view.open) + ; return EXIT_SUCCESS; } |