Fix OSX builds

svn-id: r43637
This commit is contained in:
Andre Heider 2009-08-22 12:53:37 +00:00
parent 70b7ebb339
commit 529dc3e3f8

View file

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