Add another cast for MSVC

This commit is contained in:
Chris Robinson
2015-11-06 02:23:42 -08:00
parent 368f2d6907
commit d6f4e5139f
+1 -1
View File
@@ -1699,7 +1699,7 @@ static void ALCmmdevCapture_stopProxy(ALCmmdevCapture *self)
ALuint ALCmmdevCapture_availableSamples(ALCmmdevCapture *self)
{
return ll_ringbuffer_read_space(self->Ring);
return (ALuint)ll_ringbuffer_read_space(self->Ring);
}
ALCenum ALCmmdevCapture_captureSamples(ALCmmdevCapture *self, ALCvoid *buffer, ALCuint samples)