1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Completed bc2e8d99e5 so that windows can be built

This commit is contained in:
Indah Sylvia
2017-11-25 11:12:07 +07:00
parent bc2e8d99e5
commit ac92c147c6
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {