aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/Thunder/Thunder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/Thunder/Thunder.cpp')
-rwxr-xr-xplugins/WinVST/Thunder/Thunder.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/WinVST/Thunder/Thunder.cpp b/plugins/WinVST/Thunder/Thunder.cpp
index 015eabd..7bc8226 100755
--- a/plugins/WinVST/Thunder/Thunder.cpp
+++ b/plugins/WinVST/Thunder/Thunder.cpp
@@ -15,10 +15,8 @@ Thunder::Thunder(audioMasterCallback audioMaster) :
A = 0.0;
B = 1.0;
- fpNShapeAL = 0.0;
- fpNShapeBL = 0.0;
- fpNShapeAR = 0.0;
- fpNShapeBR = 0.0;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
muSpeedA = 10000;
muSpeedB = 10000;
muCoefficientA = 1;