[Plib-cvs] plib/src/ssgAux ssgaParticleSystem.cxx,1.9,1.10
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2003-01-04 02:55:59
|
Update of /cvsroot/plib/plib/src/ssgAux In directory sc8-pr-cvs1:/tmp/cvs-serv3590/plib/src/ssgAux Modified Files: ssgaParticleSystem.cxx Log Message: Committed numerous patches from 3rd parties: Added JS support for Mac OS-X. Removed JS support for HPUX. Fixes for IRIX sound support. Compile problems fixed in ul.h. Load/Save FLT fixed to include byte-swapping. Several fixes to MDL loader. Fixed 'frozen particle' bug in ssgaParticleSystem. Index: ssgaParticleSystem.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaParticleSystem.cxx,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ssgaParticleSystem.cxx 2 Sep 2002 06:05:49 -0000 1.9 +++ ssgaParticleSystem.cxx 4 Jan 2003 02:55:55 -0000 1.10 @@ -132,7 +132,7 @@ j += 4 ; } -// rawSetNumVertices ( j ) ; /* Avoid drawing more than 'j' vertices. */ + rawSetNumVertices ( j ) ; /* Avoid drawing more than 'j' vertices. */ if ( j > 0 ) { |