Commit 4e1aba0a authored by Ryan C. Gordon's avatar Ryan C. Gordon

Whoops, wrong variable name.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402204
parent eebc7e6c
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
struct SDL_PrivateAudioData struct SDL_PrivateAudioData
{ {
AudioUnit audioUnit; AudioUnit audioUnit;
int audioUnitInitialized; int audioUnitOpened;
void *buffer; void *buffer;
UInt32 bufferOffset; UInt32 bufferOffset;
UInt32 bufferSize; UInt32 bufferSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment