Completed bc2e8d99e5 so that windows can be built
This commit is contained in:
@ -214,7 +214,7 @@ void AudioDriverWASAPI::thread_func(void *p_udata) {
|
||||
if (ad->active) {
|
||||
ad->lock();
|
||||
|
||||
ad->audio_server_process(ad->buffer_frames, ad->samples_in.ptr());
|
||||
ad->audio_server_process(ad->buffer_frames, ad->samples_in.ptrw());
|
||||
|
||||
ad->unlock();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user