Whoops, wrong variable name.

This commit is contained in:
Ryan C. Gordon
2006-10-28 07:45:33 +00:00
parent d83482271b
commit 39648c129d

View File

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