From: Anders B. <vr-...@us...> - 2005-01-21 14:20:28
|
Update of /cvsroot/alpp/openalpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24289 Modified Files: NEWS Log Message: Use NULL as default device for initialing OpenAL device. Index: NEWS =================================================================== RCS file: /cvsroot/alpp/openalpp/NEWS,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NEWS 23 Nov 2004 14:06:00 -0000 1.6 --- NEWS 21 Jan 2005 14:20:19 -0000 1.7 *************** *** 1,3 **** --- 1,5 ---- NEWS + 2005-01-21 Anders Backman: + Changed default device to NULL when initializing OpenAL. THis is regarded to be Best quality/performance. (See OpenAL website) 2004-11-23 Anders Backman: |