diff --git a/src/raudio.c b/src/raudio.c index c66244846..666d38458 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -1050,7 +1050,6 @@ void UpdateSound(Sound sound, const void *data, int frameCount) { StopAudioBuffer(sound.stream.buffer); - // TODO: May want to lock/unlock this since this data buffer is read at mixing time memcpy(sound.stream.buffer->data, data, frameCount*ma_get_bytes_per_frame(sound.stream.buffer->converter.formatIn, sound.stream.buffer->converter.channelsIn)); } }