diff options
author | Chris Robinson <[email protected]> | 2017-04-06 13:00:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-06 13:00:29 -0700 |
commit | 338d61f9072bfb811266012c2a9c0a290cf353d1 (patch) | |
tree | 0ef0b218db261569105a782824c5bf50ea3a3067 /OpenAL32/Include | |
parent | 94f514ae5a0392f5f01f2b479d1d858af688ae24 (diff) |
Reference count HRTFs and unload them when unused
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 4807e07d..7add9310 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -702,7 +702,7 @@ struct ALCdevice_struct /* HRTF state and info */ DirectHrtfState *Hrtf; al_string HrtfName; - const struct Hrtf *HrtfHandle; + struct Hrtf *HrtfHandle; vector_EnumeratedHrtf HrtfList; ALCenum HrtfStatus; |