[Plib-cvs] plib/src/ssg ssgLoadBGL.cxx,1.5,1.6
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-06-15 18:15:56
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv11606 Modified Files: ssgLoadBGL.cxx Log Message: Made version of _ssgTriangulate in ssgLoadBGL.cxx static Index: ssgLoadBGL.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadBGL.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ssgLoadBGL.cxx 15 Jun 2002 17:24:56 -0000 1.5 +++ ssgLoadBGL.cxx 15 Jun 2002 18:15:53 -0000 1.6 @@ -441,7 +441,7 @@ //=========================================================================== -int _ssgTriangulate( ssgVertexArray *coords, ssgIndexArray *w, int n, ssgIndexArray *tris ) +static int _ssgTriangulate( ssgVertexArray *coords, ssgIndexArray *w, int n, ssgIndexArray *tris ) { float *a, *b; int i, x, y; |