From: Anders B. <vr-...@us...> - 2005-11-14 09:07:10
|
Update of /cvsroot/alpp/openalpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4431 Modified Files: streamupdater.cpp Log Message: Added initial value to alBuffer to avoid debug error in .NET Index: streamupdater.cpp =================================================================== RCS file: /cvsroot/alpp/openalpp/src/streamupdater.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** streamupdater.cpp 24 Mar 2005 11:47:48 -0000 1.14 --- streamupdater.cpp 14 Nov 2005 09:07:02 -0000 1.15 *************** *** 104,108 **** ALint processed,state; ! ALuint albuffer; ENTER_CRITICAL; --- 104,108 ---- ALint processed,state; ! ALuint albuffer=0; ENTER_CRITICAL; |