From 9ded34fec43a9f47ee62e8fa5f4754b45f3c3b46 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 8 Aug 2020 15:39:12 +1000 Subject: [PATCH] Fix some minor typos. --- research/ma_engine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/research/ma_engine.h b/research/ma_engine.h index 21c63e20..1f02ddec 100644 --- a/research/ma_engine.h +++ b/research/ma_engine.h @@ -830,8 +830,8 @@ typedef struct ma_spatializer spatializer; 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. */ - ma_data_converter converter; /* For pitch shift. May change this to just a resampler later. */ - ma_bool32 isSpatial; /* Set the false by default. When set to false, with not have spatialisation applied. */ + 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, will not have spatialisation applied. */ } ma_engine_effect; struct ma_sound