Whoops, wrong variable name.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402204
This commit is contained in:
Ryan C. Gordon 2006-10-28 07:45:33 +00:00
parent eebc7e6c2a
commit 4e1aba0a8b

View File

@ -32,7 +32,7 @@
struct SDL_PrivateAudioData
{
AudioUnit audioUnit;
int audioUnitInitialized;
int audioUnitOpened;
void *buffer;
UInt32 bufferOffset;
UInt32 bufferSize;