diff options
author | Chris Robinson <[email protected]> | 2017-03-31 04:25:22 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-03-31 04:59:09 -0700 |
commit | 9fb07101dc0ab5b7f2785584b4c29e18232ba99c (patch) | |
tree | 1774e53f9447db0b4bf73c952c9d4132e934a4fd /Alc/hrtf.h | |
parent | 2a8970368f0161bcd3dbbc85ab9b50a83f128b0b (diff) |
Load HRTF coefficients as pre-normalized floats
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ struct Hrtf { const ALubyte *azCount; const ALushort *evOffset; - const ALshort *coeffs; + const ALfloat *coeffs; const ALubyte *delays; const char *filename; |