diff options
author | Chris Robinson <[email protected]> | 2014-03-03 17:05:08 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-03-03 17:05:08 -0800 |
commit | c442c93a934a7c29c2d5450e0d2ca96ea766ea65 (patch) | |
tree | bbe4034ec7885e14be47bd92b160c07c7fbf4144 /OpenAL32/Include/alBuffer.h | |
parent | ea8a85b19ce3c9786defaf22eab4dc4fd5011486 (diff) |
Store the original frame size alignment in the buffer
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index d22b3b9b..60f406c8 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -79,6 +79,7 @@ typedef struct ALbuffer { enum UserFmtChannels OriginalChannels; enum UserFmtType OriginalType; ALsizei OriginalSize; + ALsizei OriginalAlign; ALsizei LoopStart; ALsizei LoopEnd; |