From f17111dd77c60eb014ee1f6015688f56babf0d29 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Mon, 25 Mar 2019 16:41:41 +0100 Subject: [PATCH] update comment --- plugins/community/repos/Southpole-parasites/src/Southpole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community/repos/Southpole-parasites/src/Southpole.cpp b/plugins/community/repos/Southpole-parasites/src/Southpole.cpp index 9f62be76..807db049 100644 --- a/plugins/community/repos/Southpole-parasites/src/Southpole.cpp +++ b/plugins/community/repos/Southpole-parasites/src/Southpole.cpp @@ -12,6 +12,6 @@ RACK_PLUGIN_INIT(Southpole_parasites) { RACK_PLUGIN_INIT_MANUAL("https://github.com/gbrandt1/southpole-vcvrack/blob/master/README.md"); RACK_PLUGIN_MODEL_ADD(Southpole_parasites, Annuli); - RACK_PLUGIN_MODEL_ADD(Southpole_parasites, Smoke); // crashes + RACK_PLUGIN_MODEL_ADD(Southpole_parasites, Smoke); RACK_PLUGIN_MODEL_ADD(Southpole_parasites, Splash); }