mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
[AFV] Ref T730 incorporated MS fixes
see https://discordapp.com/channels/539048679160676382/623947987822837779/633025547999510530
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackSound
|
||||
bool CVolumeSampleProvider::setVolume(double volume)
|
||||
{
|
||||
const bool changed = !qFuzzyCompare(m_volume, volume);
|
||||
m_volume = volume;
|
||||
if (changed) { m_volume = volume; }
|
||||
return changed;
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user