summaryrefslogtreecommitdiff
path: root/libs/JSystem/src/JAudio2/JASDrumSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/src/JAudio2/JASDrumSet.cpp')
-rw-r--r--libs/JSystem/src/JAudio2/JASDrumSet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/JSystem/src/JAudio2/JASDrumSet.cpp b/libs/JSystem/src/JAudio2/JASDrumSet.cpp
index 0262e63c36..4e944c4fe2 100644
--- a/libs/JSystem/src/JAudio2/JASDrumSet.cpp
+++ b/libs/JSystem/src/JAudio2/JASDrumSet.cpp
@@ -49,11 +49,11 @@ bool JASDrumSet::getParam(int key, int param_1, JASInstParam* param_2) const {
static JASOscillator::Data osc;
osc.mTarget = 0;
- osc._04 = 1.0f;
+ osc.mRate = 1.0f;
osc.mTable = NULL;
osc.rel_table = NULL;
osc.mScale = 1.0f;
- osc._14 = 0.0f;
+ osc.mVertex = 0.0f;
static JASOscillator::Data* oscp = &osc;