mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Rename ma_engine_config_init_default() to ma_engine_config_init().
This commit is contained in:
@@ -59,7 +59,7 @@ int main(int argc, char** argv)
|
||||
return -1;
|
||||
}
|
||||
|
||||
engineConfig = ma_engine_config_init_default();
|
||||
engineConfig = ma_engine_config_init();
|
||||
engineConfig.pResourceManager = &resourceManager;
|
||||
|
||||
result = ma_engine_init(&engineConfig, &engine);
|
||||
|
||||
Reference in New Issue
Block a user