A couple formatting fixes

This commit is contained in:
Chris Robinson
2010-05-19 10:36:24 -07:00
parent 2d46a1001e
commit ea3bc0518c
+2 -3
View File
@@ -1789,8 +1789,8 @@ static ALvoid GetSourceOffset(ALsource *Source, ALenum name, ALdouble *offset, A
if((Source->state != AL_PLAYING && Source->state != AL_PAUSED) || !Buffer)
{
offset[0] = 0.0f;
offset[1] = 0.0f;
offset[0] = 0.0;
offset[1] = 0.0;
return;
}
@@ -1944,7 +1944,6 @@ static ALboolean ApplyOffset(ALsource *Source)
}
else if(lTotalBufferSize <= lByteOffset)
{
// Offset is within this buffer
// Set Current Buffer
Source->Buffer = BufferList->buffer;