aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Golem/source/Golem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/Golem/source/Golem.cpp')
-rwxr-xr-xplugins/MacVST/Golem/source/Golem.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/MacVST/Golem/source/Golem.cpp b/plugins/MacVST/Golem/source/Golem.cpp
index 8f63b48..c99c5cd 100755
--- a/plugins/MacVST/Golem/source/Golem.cpp
+++ b/plugins/MacVST/Golem/source/Golem.cpp
@@ -17,10 +17,8 @@ Golem::Golem(audioMasterCallback audioMaster) :
C = 0.0;
for(count = 0; count < 4098; count++) {p[count] = 0.0;}
count = 0;
- fpNShapeLA = 0.0;
- fpNShapeLB = 0.0;
- fpNShapeRA = 0.0;
- fpNShapeRB = 0.0;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
flip = true;
//this is reset: values being initialized only once. Startup values, whatever they are.