diff options
author | Chris Robinson <[email protected]> | 2011-10-01 19:52:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-10-01 19:52:07 -0700 |
commit | eb0b96752a61c51e0625a3b7578291210e9b7542 (patch) | |
tree | 9d49a5581277a23a9dc183764d7c78050c6ff889 /OpenAL32/Include/alBuffer.h | |
parent | 2f453eba35fa82b64929c2aac49d88c8be1a84d6 (diff) |
Remove the OriginalAlign buffer field, and calculate it as needed
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index d68a4e36..0a04316b 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -78,8 +78,7 @@ typedef struct ALbuffer enum UserFmtChannels OriginalChannels; enum UserFmtType OriginalType; - ALsizei OriginalSize; - ALsizei OriginalAlign; + ALsizei OriginalSize; ALsizei LoopStart; ALsizei LoopEnd; |