fixed up info.plist and the xcodeproj

This commit is contained in:
bill@Ixion
2009-08-26 17:20:29 -05:00
parent ff270dcfe8
commit 8724053613
12 changed files with 1125 additions and 3578 deletions
+5
View File
@@ -61,6 +61,11 @@ namespace openal
alcMakeContextCurrent(0);
alcDestroyContext(context);
alcCloseDevice(device);
printf("waiting on thread to finish...\n");
int status;
SDL_WaitThread(thread, &status);
printf("%d", status);
}
int Audio::run(void * d)