From 5ecd4d401e50eb3f86461eb48e41a01c1d40da55 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Apr 2015 06:11:55 +0000 Subject: Fix loading graphs with explicit/non-file URIs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5650 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/ingen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ingen/ingen.cpp') diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 1c6f8af6..53fda208 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -144,8 +144,7 @@ main(int argc, char** argv) world->set_interface(engine_interface); - // Load necessary modules before activating engine (and Jack driver) - + // Load GUI if requested if (conf.option("gui").get()) { ingen_try(world->load_module("gui"), "Unable to load GUI module"); -- cgit v1.2.1