mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 06:43:38 -04:00
Fix clang compilation error due to a fallthrough (#1271)
This commit is contained in:
@@ -243,7 +243,7 @@ f32 Audio_AdsrUpdate(AdsrState* adsr) {
|
||||
adsr->envIndex = 0;
|
||||
adsr->action.s.state = ADSR_STATE_LOOP;
|
||||
FALLTHROUGH;
|
||||
retry:
|
||||
retry:;
|
||||
case ADSR_STATE_LOOP:
|
||||
adsr->delay = adsr->envelope[adsr->envIndex].delay;
|
||||
switch (adsr->delay) {
|
||||
|
||||
Reference in New Issue
Block a user