Browse Source

Fix pluginInstance variable

tags/v1.1.0
Andrew Belt 6 years ago
parent
commit
53a0b2790f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Befaco.hpp

+ 2
- 2
src/Befaco.hpp View File

@@ -5,7 +5,7 @@
using namespace rack;


extern Plugin *plugin;
extern Plugin *pluginInstance;

extern Model *modelEvenVCO;
extern Model *modelRampage;
@@ -18,7 +18,7 @@ extern Model *modelDualAtenuverter;

struct Knurlie : SVGScrew {
Knurlie() {
sw->svg = SVG::load(asset::plugin(plugin, "res/Knurlie.svg"));
sw->svg = SVG::load(asset::plugin(pluginInstance, "res/Knurlie.svg"));
sw->wrap();
box.size = sw->box.size;
}


Loading…
Cancel
Save