aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-10-23 13:26:35 -0700
committerChris Robinson <[email protected]>2017-10-23 13:26:35 -0700
commitb82d2cf05555999a4b8597e2b23799b5b7023c63 (patch)
tree40d8d61708f4c278ff9dfc11b442e219a761b18e /Alc/hrtf.h
parent7d4028b2df93b6429869dd40833801ff68b44112 (diff)
Store the HRTF distance in the Hrtf handle
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 0c47ded9..4fd774a7 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -22,6 +22,8 @@ struct Hrtf {
ALuint sampleRate;
ALsizei irSize;
+
+ ALfloat distance;
ALubyte evCount;
const ALubyte *azCount;