diff options
Diffstat (limited to 'backends/platform/sdl/sdl.h')
-rw-r--r-- | backends/platform/sdl/sdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index 207ed50d63..09c45d8408 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -378,7 +378,7 @@ protected: SDL_Thread *_soundThread; bool _soundThreadIsRunning; bool _soundThreadShouldQuit; - + byte _activeSoundBuf; uint _soundBufSize; byte *_soundBuffers[2]; |