diff options
author | Chris Robinson <[email protected]> | 2017-10-23 13:26:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-10-23 13:26:35 -0700 |
commit | b82d2cf05555999a4b8597e2b23799b5b7023c63 (patch) | |
tree | 40d8d61708f4c278ff9dfc11b442e219a761b18e /Alc/hrtf.h | |
parent | 7d4028b2df93b6429869dd40833801ff68b44112 (diff) |
Store the HRTF distance in the Hrtf handle
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ struct Hrtf { ALuint sampleRate; ALsizei irSize; + + ALfloat distance; ALubyte evCount; const ALubyte *azCount; |