Commit 4598d72a authored by David Reid's avatar David Reid

Fix a typo.

parent a611cf5f
...@@ -75204,7 +75204,7 @@ MA_API ma_result ma_engine_node_init_preallocated(const ma_engine_node_config* p ...@@ -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. ensure channels counts link up correctly in the node graph.
*/ */
spatializerConfig = ma_engine_node_spatializer_config_init(&baseNodeConfig); spatializerConfig = ma_engine_node_spatializer_config_init(&baseNodeConfig);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment