diff options
author | Chris Robinson <[email protected]> | 2010-11-27 14:30:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-27 14:30:13 -0800 |
commit | 4d0f70439c18f1034d1375a331bbd28e1f1adeff (patch) | |
tree | f576ad94a111e1fa729d3a8c6b476a7a348c042d /OpenAL32/Include/alBuffer.h | |
parent | d3bb5d4fcb91af97b396d0f22cb56b519468328f (diff) |
Rename a function
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 44a05915..f47685ce 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -24,8 +24,8 @@ enum FmtChannels { }; -static __inline void DecompFormat(ALenum format, enum FmtType *type, - enum FmtChannels *order) +static __inline void DecomposeFormat(ALenum format, enum FmtType *type, + enum FmtChannels *order) { switch(format) { |