summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 86f38119..15cb5f83 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -204,6 +204,9 @@ main(int argc, char** argv)
}
}
+ // Sleep for a second to allow event queues to drain
+ Glib::usleep(1000000);
+
// Shut down
if (world->engine())
world->engine()->deactivate();