sfx mixing fix

This commit is contained in:
Alula 2020-10-27 03:47:58 +01:00
parent 23397b02db
commit 4b9abc5f1e
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ impl PixTonePlayback {
for state in self.playback_state.iter_mut() {
if state.0 == id && state.2 == 0 {
state.1 = 0.0;
break;
return;
}
}