Fix compilation errors.

This commit is contained in:
David Reid
2025-02-18 18:26:07 +10:00
parent 391cca6e79
commit 724dac6af1
12 changed files with 209 additions and 283 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ int main(int argc, char** argv)
{
ma_sound_config soundConfig;
soundConfig = ma_sound_config_init();
soundConfig = ma_sound_config_init(&g_engine);
soundConfig.pFilePath = argv[1];
soundConfig.flags = MA_SOUND_FLAG_NO_DEFAULT_ATTACHMENT; /* We'll attach this to the graph later. */