1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Vario didn't stop beeping when in sink mode

This commit is contained in:
bsongis 2014-03-01 22:25:06 +01:00
parent 06e945be67
commit e5cfef711f

View file

@ -644,6 +644,7 @@ int ToneContext::mixBuffer(AudioBuffer *buffer, int volume, unsigned int fade)
double toneIdx = state.idx;
if (fragment.tone.reset) {
fragment.tone.reset = 0;
state.duration = 0;
state.pause = 0;
}