nacl: Patched to compile.

This commit is contained in:
Ryan C. Gordon 2016-08-28 18:52:25 -04:00
parent 714aa21136
commit c9bfcbde6e

View File

@ -50,7 +50,7 @@ static void nacl_audio_callback(void* samples, uint32_t buffer_size, PP_TimeDelt
SDL_LockMutex(private->mutex); /* !!! FIXME: is this mutex necessary? */
if (SDL_AtomicGet(&this->enabled) && !SDL_AtomicGet(&this->paused)) {
if (SDL_AtomicGet(&_this->enabled) && !SDL_AtomicGet(&_this->paused)) {
if (_this->convert.needed) {
SDL_LockMutex(_this->mixer_lock);
(*_this->spec.callback) (_this->spec.userdata,