From: Biswapriyo Nath nathbappai@gmail.com
--- include/x3daudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/x3daudio.h b/include/x3daudio.h index 26e2d1df728..e9685127e02 100644 --- a/include/x3daudio.h +++ b/include/x3daudio.h @@ -68,8 +68,8 @@ typedef struct X3DAUDIO_EMITTER { X3DAUDIO_DISTANCE_CURVE *pLPFDirectCurve; X3DAUDIO_DISTANCE_CURVE *pLPFReverbCurve; X3DAUDIO_DISTANCE_CURVE *pReverbCurve; - float CurveDistanceScalar; - float DopplerScalar; + float CurveDistanceScaler; + float DopplerScaler; } X3DAUDIO_EMITTER;
typedef struct X3DAUDIO_DSP_SETTINGS {