mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a typo in the previous commit.
This commit is contained in:
+1
-1
@@ -33671,7 +33671,7 @@ MA_API ma_result ma_device_get_master_volume(ma_device* pDevice, float* pVolume)
|
||||
return MA_INVALID_ARGS;
|
||||
}
|
||||
|
||||
*pVolume = c89atomic_load_f32(pVolume);
|
||||
*pVolume = c89atomic_load_f32(&pDevice->masterVolumeFactor);
|
||||
|
||||
return MA_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user