Fix OSX builds
svn-id: r43637
This commit is contained in:
parent
70b7ebb339
commit
529dc3e3f8
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ void OSystem_SDL::setupMixer() {
|
|||
_mixer->setReady(true);
|
||||
|
||||
#ifdef MIXER_DOUBLE_BUFFERING
|
||||
initThreadedMixer(_mixer, obtained.samples * 4);
|
||||
initThreadedMixer(_mixer, _obtained.samples * 4);
|
||||
#endif
|
||||
|
||||
// start the sound system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue