Fix a typo.

This commit is contained in:
David Reid
2024-09-13 08:20:09 +10:00
parent a611cf5f26
commit 4598d72a33
+1 -1
View File
@@ -75204,7 +75204,7 @@ MA_API ma_result ma_engine_node_init_preallocated(const ma_engine_node_config* p
/*
Spatialization comes next. We spatialize based ont he node's output channel count. It's up the caller to
Spatialization comes next. We spatialize based on the node's output channel count. It's up the caller to
ensure channels counts link up correctly in the node graph.
*/
spatializerConfig = ma_engine_node_spatializer_config_init(&baseNodeConfig);