mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a copy and paste error with the generation test.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
ma_result test_noise__by_format_and_type(ma_format format, ma_waveform_type type, const char* pFileName)
|
||||
ma_result test_noise__by_format_and_type(ma_format format, ma_noise_type type, const char* pFileName)
|
||||
{
|
||||
ma_result result;
|
||||
ma_noise_config noiseConfig;
|
||||
|
||||
Reference in New Issue
Block a user