Dear me: Test your fixes before committing them

you complete tit-head
This commit is contained in:
Clownacy 2020-04-24 19:48:38 +01:00
parent cbeeb7a180
commit 22c9987191

View file

@ -95,7 +95,7 @@ static void FrameCallback(void)
stream_buffer_float[i] = 0.0f; stream_buffer_float[i] = 0.0f;
// Fill mixer buffer // Fill mixer buffer
FillMixerBuffer(stream_buffer_float, buffer_length; FillMixerBuffer(stream_buffer_float, buffer_length);
// Deinterlate samples, convert them to S16, and write them to the double-buffers // Deinterlate samples, convert them to S16, and write them to the double-buffers
short *left_output_buffer = &stream_buffers[0][buffer_length * last_buffer]; short *left_output_buffer = &stream_buffers[0][buffer_length * last_buffer];