Fix some minor typos.

This commit is contained in:
David Reid
2020-08-08 15:39:12 +10:00
parent d91ca8e88c
commit 9ded34fec4
+2 -2
View File
@@ -830,8 +830,8 @@ typedef struct
ma_spatializer spatializer; ma_spatializer spatializer;
float pitch; float pitch;
float oldPitch; /* For determining whether or not the resampler needs to be updated to reflect the new pitch. The resampler will be updated on the mixing thread. */ float oldPitch; /* For determining whether or not the resampler needs to be updated to reflect the new pitch. The resampler will be updated on the mixing thread. */
ma_data_converter converter; /* For pitch shift. May change this to just a resampler later. */ ma_data_converter converter; /* For pitch shift. May change this to ma_linear_resampler later. */
ma_bool32 isSpatial; /* Set the false by default. When set to false, with not have spatialisation applied. */ ma_bool32 isSpatial; /* Set the false by default. When set to false, will not have spatialisation applied. */
} ma_engine_effect; } ma_engine_effect;
struct ma_sound struct ma_sound