Module: wine Branch: master Commit: 2ade43faac40095bd01253600968778441d2f236 URL: https://gitlab.winehq.org/wine/wine/-/commit/2ade43faac40095bd01253600968778...
Author: Biswapriyo Nath nathbappai@gmail.com Date: Thu Jul 11 12:53:00 2024 +0000
include: Fix typo with X3DAUDIO_EMITTER structure in x3daudio.h.
---
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 {