aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 7dc41a6a..803dc35f 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -80,11 +80,11 @@ struct DirectHrtfState {
DEF_FAM_NEWDEL(DirectHrtfState, Coeffs)
};
-struct ElevRadius { float value; };
-struct AzimRadius { float value; };
+struct EvRadians { float value; };
+struct AzRadians { float value; };
struct AngularPoint {
- ElevRadius Elev;
- AzimRadius Azim;
+ EvRadians Elev;
+ AzRadians Azim;
};