diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index ec1a438d..f29fc964 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -163,7 +163,7 @@ main(int argc, char** argv) // Initialise engine ingen_try(bool(world->engine()), "Unable to create engine"); - world->engine()->init(48000.0, 4096); + world->engine()->init(48000.0, 4096, 4096); world->engine()->activate(); // Load patch |