Skip to content

Commit

Permalink
Update src/JSystem/JAudio/JASOscillator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: LagoLunatic <[email protected]>
  • Loading branch information
DanTGL and LagoLunatic authored Aug 18, 2024
1 parent 287c77f commit fa306e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JSystem/JAudio/JASOscillator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ f32 JASystem::TOscillator::calc(s16* i_table) {
}

s16 envMode = i_table[idx];
s16 envTime = i_table[idx + 1];
s16 envValue = i_table[idx + 2];
s16 envTime = i_table[idx + 1];
s16 envValue = i_table[idx + 2];

if (envMode == 13) {
field_0x6 = envValue;
Expand Down

0 comments on commit fa306e5

Please sign in to comment.