Mercurial > audio-send
diff Alc/backends/send.c @ 33:3caceef436ea tip
formatting for web
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 11 Feb 2012 12:25:55 -0700 |
parents | f4c7260d397a |
children |
line wrap: on
line diff
1.1 --- a/Alc/backends/send.c Sat Feb 04 01:43:33 2012 -0700 1.2 +++ b/Alc/backends/send.c Sat Feb 11 12:25:55 2012 -0700 1.3 @@ -233,7 +233,6 @@ 1.4 addContext(Device, masterContext); 1.5 } 1.6 1.7 - 1.8 static void renderData(ALCdevice *Device, int samples){ 1.9 if(!Device->Connected){return;} 1.10 send_data *data = (send_data*)Device->ExtraData;