mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
version 0.8.8.dev - audio listened status, photo caption display, map places name-address display, gray muted badges, invite links support, some fixes
This commit is contained in:
@@ -414,10 +414,6 @@ void VoiceMessagesFader::onTimer() {
|
||||
if (m.state == VoiceMessagePausing || m.state == VoiceMessageFinishing) {
|
||||
newGain = 1. - newGain;
|
||||
}
|
||||
if (newGain < 0) {
|
||||
int a = 0, b;
|
||||
b = a;
|
||||
}
|
||||
alSourcef(m.source, AL_GAIN, newGain);
|
||||
}
|
||||
} else if (playing && (state == AL_PLAYING || !m.loading)) {
|
||||
|
Reference in New Issue
Block a user