aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-27 20:41:09 -0800
committerChris Robinson <[email protected]>2010-11-27 20:41:09 -0800
commit0486d633c68b3cb7e400bec3337494b5c62d979d (patch)
treee658830bac2cde7f74ed43e37ec102953ee0b6be /OpenAL32
parent09b063002be971f94307c5abf3bc269219a990ec (diff)
Remove an unnecessary assert
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/alBuffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c
index 1a86a23c..a847d7d9 100644
--- a/OpenAL32/alBuffer.c
+++ b/OpenAL32/alBuffer.c
@@ -1388,7 +1388,6 @@ static ALenum LoadData(ALbuffer *ALBuf, const ALvoid *data, ALsizei size, ALuint
ALvoid *temp;
assert(NewChannels == OrigChannels);
- assert(NewBytes == OrigBytes);
DecomposeInputFormat(OrigFormat, &SrcType, &SrcChannels);
DecomposeFormat(NewFormat, &DstType, &DstChannels);