From: Anders B. <vr-...@us...> - 2004-09-28 08:54:19
|
Update of /cvsroot/alpp/openalpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17952 Modified Files: sourcebase.cpp Log Message: Last modification to ::play method was a catastroph, reverted to old version. Index: sourcebase.cpp =================================================================== RCS file: /cvsroot/alpp/openalpp/src/sourcebase.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** sourcebase.cpp 23 Sep 2004 06:36:22 -0000 1.9 --- sourcebase.cpp 28 Sep 2004 08:54:06 -0000 1.10 *************** *** 121,126 **** void SourceBase::play() { ! //alSourcePlayv(nlinkedsources_,linkedsources_); ! alSourcePlay(nlinkedsources_); } --- 121,125 ---- void SourceBase::play() { ! alSourcePlayv(nlinkedsources_,linkedsources_); } |