11 Jul
2024
11 Jul
'24
12:55 p.m.
From: Biswapriyo Nath <nathbappai(a)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 { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6056