Mercurial > sdl-ios-xcode
changeset 2056:ba0a03843db4
Whoops, wrong variable name.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 28 Oct 2006 07:45:33 +0000 |
parents | 72cc2226d6a3 |
children | c2fed8bb6700 |
files | src/audio/macosx/SDL_coreaudio.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/macosx/SDL_coreaudio.h Sat Oct 28 07:44:38 2006 +0000 +++ b/src/audio/macosx/SDL_coreaudio.h Sat Oct 28 07:45:33 2006 +0000 @@ -32,7 +32,7 @@ struct SDL_PrivateAudioData { AudioUnit audioUnit; - int audioUnitInitialized; + int audioUnitOpened; void *buffer; UInt32 bufferOffset; UInt32 bufferSize;